31a1fb916a
#KT-18828 Fixed (cherry picked from commit 11f8f8b)
5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
abstract class A {
|
|
abstract fun <caret> foo()
|
|
} |