Generate accessors for super calls if necessary
Current implementation of calls with super qualifier relies on invokespecial, which has some more constraints than regular virtual invocations. When those constraints aren't met, accessors are needed.
This commit is contained in:
committed by
max-kammerer
parent
c90e6c1f18
commit
1c3b895fc0
@@ -1,5 +1,4 @@
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
interface A {
|
||||
private fun foo() = "OK"
|
||||
|
||||
Reference in New Issue
Block a user