mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
+2
-2
@@ -1,4 +1,4 @@
|
||||
// This tests a crash that occured because we did not stop for fatal errors.
|
||||
// This tests a crash that occurred because we did not stop for fatal errors.
|
||||
contract C {
|
||||
struct S {
|
||||
ftring a;
|
||||
@@ -8,4 +8,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// DeclarationError: (113-119): Identifier not found or not unique.
|
||||
// DeclarationError: (114-120): Identifier not found or not unique.
|
||||
|
||||
Reference in New Issue
Block a user