6 lines
52 B
Kotlin
Vendored
6 lines
52 B
Kotlin
Vendored
import foo.A
|
|
|
|
fun main(a: A) {
|
|
a.field.length
|
|
}
|