aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/418_interface_inheritance.sol
blob: 92683cda34ee6dab43ed87644bf0215685d8e0de (plain) (tree)
1
2
3
4
5
6





                                                 
interface A {
}
interface I is A {
}
// ----
// TypeError: (31-32): Interfaces cannot inherit.