Fix inline codegen tests after regroup and rename
This commit is contained in:
committed by
Alexander Udalov
parent
f7958edf21
commit
25cebe03e9
Vendored
+1
-1
@@ -35,7 +35,7 @@ fun box(): String {
|
||||
if (enclosingMethod?.name != "box") return "fail 1: ${enclosingMethod?.name}"
|
||||
|
||||
val enclosingClass = javaClass1.enclosingClass
|
||||
if (enclosingClass?.name != "TransformedConstructorWithAdditionalObject_1Kt") return "fail 2: ${enclosingClass?.name}"
|
||||
if (enclosingClass?.name != "_2Kt") return "fail 2: ${enclosingClass?.name}"
|
||||
|
||||
|
||||
val res2 = res.a()
|
||||
|
||||
Reference in New Issue
Block a user