Generate method calls for inline classes through IC, not IC$Erased
IC extends IC$Erased, so it should be fine.
This commit is contained in:
Vendored
+2
-2
@@ -14,5 +14,5 @@ fun test(f: Foo) {
|
||||
f.notInlineInc() // one here
|
||||
}
|
||||
|
||||
// 0 INVOKESTATIC Foo\$Erased.inlineInc
|
||||
// 1 INVOKESTATIC Foo\$Erased.notInlineInc
|
||||
// 0 INVOKESTATIC Foo\.inlineInc
|
||||
// 1 INVOKESTATIC Foo\.notInlineInc
|
||||
|
||||
Reference in New Issue
Block a user