Override/Implement: Drop 'impl' modifier for non-impl class members
#KT-18469 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Implement members" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
abstract impl class Bar {
|
||||
abstract impl fun foo()
|
||||
}
|
||||
|
||||
class <caret>X : Bar()
|
||||
Reference in New Issue
Block a user