mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
InlineAssembly: Extracting tests for name clashes.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
{
|
||||
function g() {}
|
||||
}
|
||||
function g() {}
|
||||
}
|
||||
// ----
|
||||
// DeclarationError 6052: (7-22): Function name g already taken in this scope.
|
||||
Reference in New Issue
Block a user