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