6 lines
111 B
Kotlin
Vendored
6 lines
111 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: TRUE
|
|
// ERROR: Function 'a' without a body must be abstract
|
|
class Some {
|
|
fun <caret>
|
|
}
|