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