Fix for KT-13133: Incorrect InnerClasses attribute value for anonymous object copied from an inline function
#KT-13133 Fixed
This commit is contained in:
+2
-2
@@ -17,6 +17,6 @@ inline fun test(crossinline s: () -> Unit) {
|
||||
|
||||
// 3 INNERCLASS Kt10259_2Kt\$test\$1 null
|
||||
// 2 INNERCLASS Kt10259_2Kt\$test\$1\$1
|
||||
// 2 INNERCLASS Kt10259_2Kt\$box\$\$inlined\$test\$1
|
||||
// 2 INNERCLASS Kt10259_2Kt\$box\$\$inlined\$test\$lambda\$1
|
||||
// 2 INNERCLASS Kt10259_2Kt\$box\$\$inlined\$test\$1\s
|
||||
// 2 INNERCLASS Kt10259_2Kt\$box\$\$inlined\$test\$1\$1
|
||||
// 9 INNERCLASS
|
||||
Reference in New Issue
Block a user