mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix wrong location for inline asm blocks
This commit is contained in:
@@ -8,4 +8,4 @@ contract C
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (76-93): Assertion checker does not support inline assembly.
|
||||
// Warning: (76-90): Assertion checker does not support inline assembly.
|
||||
|
||||
@@ -10,4 +10,4 @@ contract C
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (97-130): Assertion checker does not support inline assembly.
|
||||
// Warning: (97-121): Assertion checker does not support inline assembly.
|
||||
|
||||
Reference in New Issue
Block a user