mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
@@ -1,9 +1,6 @@
|
||||
interface I {
|
||||
struct A {
|
||||
// This is currently expected to break, but it *may* change in the future.
|
||||
int dummy;
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (18-136): Structs cannot be defined in interfaces.
|
||||
// TypeError: (120-129): Variables cannot be declared in interfaces.
|
||||
|
||||
Reference in New Issue
Block a user