9 lines
140 B
Kotlin
9 lines
140 B
Kotlin
// "Create property 'foo' from usage" "true"
|
|
// ERROR: Property must be initialized
|
|
|
|
package foo
|
|
|
|
fun test(): Int {
|
|
return <caret>foo
|
|
}
|