mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
Override/Implement: Drop 'impl' modifier for non-impl class members
#KT-18469 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
header abstract class Bar {
|
||||
abstract fun foo()
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
header abstract class Bar {
|
||||
abstract fun foo()
|
||||
}
|
||||
Reference in New Issue
Block a user