Position error on 'class A' or 'object A' instead of name identifier only
This commit is contained in:
@@ -14,13 +14,13 @@ abstract class D(): A() {
|
||||
override val i : Int = 34
|
||||
}
|
||||
|
||||
class <!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>C<!>() : D() {
|
||||
<!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>class C<!>() : D() {
|
||||
fun test() {
|
||||
super.i
|
||||
}
|
||||
}
|
||||
|
||||
class <!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>B<!>() : A() {
|
||||
<!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>class B<!>() : A() {
|
||||
override fun foo(): Int {
|
||||
super.<!ABSTRACT_SUPER_CALL!>i<!>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user