mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Syntax tests.
This commit is contained in:
parent
299e3b5388
commit
227addfcef
@ -4,4 +4,3 @@ contract c {
|
||||
}
|
||||
// ----
|
||||
// Warning: (0-33): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// TypeError: (59-73): Indexed reference types cannot yet be used with ABIEncoderV2.
|
||||
|
@ -4,4 +4,3 @@ contract c {
|
||||
}
|
||||
// ----
|
||||
// Warning: (0-33): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// TypeError: (59-75): Indexed reference types cannot yet be used with ABIEncoderV2.
|
||||
|
@ -5,4 +5,3 @@ contract c {
|
||||
}
|
||||
// ----
|
||||
// Warning: (0-33): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// TypeError: (85-94): Indexed reference types cannot yet be used with ABIEncoderV2.
|
||||
|
@ -12,5 +12,3 @@ contract C {
|
||||
}
|
||||
// ----
|
||||
// Warning: (0-33): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// TypeError: (191-192): This type cannot be encoded.
|
||||
// TypeError: (194-195): This type cannot be encoded.
|
@ -14,5 +14,3 @@ contract C {
|
||||
}
|
||||
// ----
|
||||
// Warning: (0-33): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// TypeError: (235-236): This type cannot be encoded.
|
||||
// TypeError: (238-239): This type cannot be encoded.
|
||||
|
Loading…
Reference in New Issue
Block a user