unplugged-system/external/dokka/core/testdata/javadoc/jvmname.kt

7 lines
85 B
Kotlin
Raw Normal View History

package foo
class Apple {
@get:JvmName("_tree")
internal val source: Tree
}