struct s1 { }; interface i1 { }; class child : i1, s1 { }; // Semantic Error 17: line 5::0 'base /s1 is not an interface or class (it is a Struct)' // #EC 17