Lines Matching full:permitted
4 // expected-error@+1 {{user-declared constructor is not permitted within an interface type}}
6 // expected-error@+1 {{user-declared destructor is not permitted within an interface type}}
9 // expected-error@+1 {{operator 'operator!' is not permitted within an interface type}}
11 // expected-error@+1 {{operator 'operator int' is not permitted within an interface type}}
13 // expected-error@+1 {{nested class I1::(anonymous) is not permitted within an interface type}}
26 // expected-error@+1 {{data member 'i' is not permitted within an interface type}}
28 // expected-error@+1 {{static member function 'fn1' is not permitted within an interface type}}
31 …// expected-error@+1 {{non-public member function 'fn2' is not permitted within an interface type}}
34 …// expected-error@+1 {{non-public member function 'fn3' is not permitted within an interface type}}
40 // expected-error@+1 {{'final' keyword not permitted with interface types}}
46 // expected-error@+1 {{'final' keyword not permitted with interface types}}