mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove EWASM backend.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
contract Errort6 {
|
||||
using foo for ; // missing type name
|
||||
}
|
||||
|
||||
// ----
|
||||
// ParserError 3546: (36-37): Expected type name
|
||||
// Warning 3796: (59-60): Recovered in ContractDefinition at '}'.
|
||||
|
||||
@@ -15,7 +15,6 @@ contract SendCoin {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
// ParserError 6635: (235-236): Expected identifier but got '}'
|
||||
// ParserError 6635: (276-284): Expected ';' but got 'contract'
|
||||
|
||||
Reference in New Issue
Block a user