Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/defaultArguments/privateFunctionInMultifilePart.kt
T
Alexander Udalov b257b03152 JVM IR: do not generate JvmName on multifile parts
#KT-36970 Fixed
2020-10-13 16:40:52 +02:00

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 = "") {}