5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
abstract class Foo {
|
|
abstract fun<caret> bar()
|
|
} |