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,5 +1,4 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
// WITH_REFLECT
|
||||
|
||||
Reference in New Issue
Block a user