8b64a4c8ea
#KT-18469 Fixed
3 lines
52 B
Kotlin
Vendored
3 lines
52 B
Kotlin
Vendored
header abstract class Bar {
|
|
abstract fun foo()
|
|
} |