Files
kotlin-fork/idea/testData/intentions/declarations/convertMemberToExtension/funcitonNoName.kt
T
2015-05-14 01:10:02 +03:00

5 lines
106 B
Kotlin
Vendored

// IS_APPLICABLE: false
// ERROR: Function declaration must have a name
class Owner {
fun <caret>() {}
}