KT-27936 Generate InnerClasses attributes
This commit is contained in:
committed by
teamcity
parent
4a8eec8166
commit
18e61315f4
+2
-2
@@ -38,11 +38,11 @@ inline fun test(crossinline s: () -> Unit) {
|
||||
// this behavior is equivalent to javac and seems to be correct.
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 14 INNERCLASS
|
||||
// 17 INNERCLASS
|
||||
// 3 INNERCLASS Kt10259_3Kt\$box\$1\$lam1\$1 null null
|
||||
// 2 INNERCLASS Kt10259_3Kt\$box\$1\$lam1\$1\$lam2\$1 null null
|
||||
// 2 INNERCLASS Kt10259_3Kt\$box\$\$inlined\$test\$1 null null
|
||||
// 2 INNERCLASS Kt10259_3Kt\$box\$\$inlined\$test\$1\$1 null null
|
||||
// 3 INNERCLASS Kt10259_3Kt\$test\$1 null null
|
||||
// 2 INNERCLASS Kt10259_3Kt\$test\$1\$1 null null
|
||||
|
||||
// 3 INNERCLASS kotlin.jvm.internal.Ref\$ObjectRef kotlin.jvm.internal.Ref ObjectRef
|
||||
|
||||
Reference in New Issue
Block a user