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

9 lines
129 B
Kotlin

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