Position error on 'class A' or 'object A' instead of name identifier only
This commit is contained in:
@@ -10,4 +10,4 @@ trait B {
|
||||
open fun foo() {}
|
||||
}
|
||||
|
||||
class <!MANY_IMPL_MEMBER_NOT_IMPLEMENTED!>C<!> : A, B {} //should be error here
|
||||
<!MANY_IMPL_MEMBER_NOT_IMPLEMENTED!>class C<!> : A, B {} //should be error here
|
||||
|
||||
Reference in New Issue
Block a user