b257b03152
#KT-36970 Fixed
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 = "") {}
|