6 lines
80 B
Kotlin
Vendored
6 lines
80 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
@file:JvmName("FileWithAnnotations")
|
|
|
|
fun foo() {}
|
|
|
|
val bar = 42 |