aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/420_interface_variables.sol
blob: a4292c41ccde8c38860b034abaa42888737e1af2 (plain) (blame)
1
2
3
4
5
interface I {
    uint a;
}
// ----
// TypeError: (18-24): Variables cannot be declared in interfaces.