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