mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow tests to be marked ABIEncoderV1Only.
This commit is contained in:
@@ -8,6 +8,8 @@ contract test {
|
||||
return this.table(k);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ABIEncoderV1Only: true
|
||||
// ----
|
||||
// table(uint8): 0 -> 0
|
||||
// table(uint8): 0x01 -> 0
|
||||
|
||||
Reference in New Issue
Block a user