7 lines
85 B
Kotlin
7 lines
85 B
Kotlin
package foo
|
|
|
|
class Apple {
|
|
@get:JvmName("_tree")
|
|
internal val source: Tree
|
|
}
|