Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createVariable/property/topLevelValNoReceiver.kt
T

7 lines
116 B
Kotlin
Vendored

// "Create property 'foo'" "true"
// ERROR: Property must be initialized
fun test(): Int {
return <caret>foo
}