mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
8 lines
172 B
Kotlin
Vendored
8 lines
172 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// The remaining difference of JVM and JVM_IR here is reported at KT-41841.
|
|
|
|
@file:JvmMultifileClass
|
|
@file:JvmName("A")
|
|
|
|
private fun foo(x: String = "") {}
|