mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Restrict mobileType of TypeType
This commit is contained in:
committed by
Kamil Śliwak
parent
2c82873a2c
commit
4fd5bbf50b
+1
-1
@@ -53,4 +53,4 @@ contract C {
|
||||
// TypeError 7366: (480-493): Operator -= not compatible with types type(contract super C) and contract C.
|
||||
// TypeError 4247: (503-508): Expression has to be an lvalue.
|
||||
// TypeError 7366: (503-516): Operator += not compatible with types type(contract super C) and contract C.
|
||||
// TypeError 1080: (527-546): True expression's type type(contract super C) does not match false expression's type contract C.
|
||||
// TypeError 9717: (534-539): Invalid mobile type in true expression.
|
||||
|
||||
Reference in New Issue
Block a user