Files
kotlin-fork/idea/testData/multiModuleQuickFix/other/convertPropertyToFunction/header/header.kt
T
2019-08-27 17:26:08 +07:00

6 lines
172 B
Kotlin
Vendored

// "Convert property to function" "true"
// SHOULD_FAIL_WITH: Property has an actual declaration in the class constructor
expect class Main {
val name<caret>: String
}