3ca1c7b55d
#KT-29764 Fixed
6 lines
172 B
Kotlin
Vendored
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
|
|
} |