5 lines
106 B
Kotlin
Vendored
5 lines
106 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// ERROR: Function declaration must have a name
|
|
class Owner {
|
|
fun <caret>() {}
|
|
} |