aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/422_interface_enums.sol
blob: 5513817d16573f1fa773a93204747c0cec8f9912 (plain) (blame)
1
2
3
4
5
interface I {
    enum A { B, C }
}
// ----
// TypeError: (18-33): Enumerable cannot be declared in interfaces.