FIR2IR: determine type parameters before value parameters
Type parameters can be referred from value parameters, so we should determine them earlier to be able to set their indexes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
|
||||
fun <K: Any, V: Any> foo(k: K, v: V) {
|
||||
|
||||
Reference in New Issue
Block a user