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,7 @@
|
||||
{
|
||||
function g() {
|
||||
let g := 0
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// DeclarationError 1395: (20-30): Variable name g already taken in this scope.
|
||||
Reference in New Issue
Block a user