Position error on 'class A' or 'object A' instead of name identifier only
This commit is contained in:
@@ -4,7 +4,7 @@ trait Runnable {
|
||||
|
||||
class C {
|
||||
fun f() {
|
||||
class <!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>MyRunnable<!>(): Runnable {
|
||||
<!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>class MyRunnable<!>(): Runnable {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user