aeefdffaab
#KT-8427 Fixed
9 lines
110 B
Kotlin
Vendored
9 lines
110 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// DISABLE-ERRORS
|
|
interface A {
|
|
abstract fun <caret>foo(): Int
|
|
}
|
|
|
|
class B : A {
|
|
|
|
} |