11d3ead975
#KT-64590 Fixed
6 lines
203 B
Kotlin
Vendored
6 lines
203 B
Kotlin
Vendored
@file:JvmMultifileClass
|
|
@file:JvmName("Multifile")
|
|
package test
|
|
|
|
// Removal of function from a multi-file class should result in a different ABI even though the multi-file part class is package-private.
|