mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
5 lines
126 B
Kotlin
Vendored
5 lines
126 B
Kotlin
Vendored
// "Create object 'A'" "false"
|
|
// ACTION: Create member property 'A'
|
|
// ERROR: Unresolved reference: A
|
|
fun foo() = J.<caret>A
|