mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
15 lines
302 B
Kotlin
Vendored
15 lines
302 B
Kotlin
Vendored
@file:kotlin.jvm.JvmMultifileClass
|
|
@file:kotlin.jvm.JvmName("Test")
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
|
|
|
|
/* ACC_PUBLIC ACC_FINAL ACC_SUPER */
|
|
// 1 access flags 0x31
|
|
// 1 public final class Test
|
|
|
|
/* ACC_SYNTHETIC ACC_FINAL ACC_SUPER */
|
|
// 1 access flags 0x1030
|
|
// 1 final synthetic class Test__SuperFlagInMultiFileFacadeKt |