8 lines
91 B
Kotlin
Vendored
8 lines
91 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
@file:JvmName("FacadeName")
|
|
package a.b.c
|
|
|
|
fun foo() {}
|
|
|
|
const val bar = 3 |