mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
JVM IR: Create non-synthetic multifile parts for -Xmultifile-parts-inherit
This commit is contained in:
committed by
Alexander Udalov
parent
9db82bfcc8
commit
6d23e50142
16
compiler/testData/codegen/bytecodeText/flagsInMultiFileInherit.kt
vendored
Normal file
16
compiler/testData/codegen/bytecodeText/flagsInMultiFileInherit.kt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// !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
|
||||
Reference in New Issue
Block a user