JVM_IR: fix default argument stub visibility.
Match the rules from the old backend: 1. Private and inline only methods get package private default argument stubs. 2. Everything else is public.
This commit is contained in:
committed by
Alexander Udalov
parent
7f319c18de
commit
1b1dff9191
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
open class MyClass() {
|
||||
fun testPublic(s: String = "") {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user