mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
17 lines
326 B
Kotlin
Vendored
17 lines
326 B
Kotlin
Vendored
// !INHERIT_MULTIFILE_PARTS
|
|
@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 extends Test__FlagsInMultiFileInheritKt
|
|
|
|
/* ACC_SUPER */
|
|
// 1 access flags 0x20
|
|
// 1 class Test__FlagsInMultiFileInheritKt
|