Files
kotlin-fork/compiler/testData/asJava/ultraLightFacades/multifileFacade.kt
T
2020-09-11 12:49:05 +03:00

10 lines
138 B
Kotlin
Vendored

@file:JvmMultifileClass
@file:JvmName("multifileFacade")
fun foo() = 42
val x = 24
private fun privateFoo(): Int = 3
const val x1 = 42