mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-15 15:53:36 +00:00
9 lines
190 B
Kotlin
Vendored
9 lines
190 B
Kotlin
Vendored
// "Create member property 'foo' as constructor parameter" "false"
|
|
// ACTION: Create member property 'foo'
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
fun test() {
|
|
val a: Int = J.<caret>foo
|
|
}
|
|
|