Syntax tests.

This commit is contained in:
chriseth 2019-01-24 15:44:42 +01:00
parent 299e3b5388
commit 227addfcef
5 changed files with 0 additions and 7 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.