FIR LC: use optimal type mapping mode for value parameter

This commit is contained in:
Jinseong Jeon
2021-11-03 23:09:45 -07:00
committed by Ilya Kirillov
parent 6d150fb7a5
commit d3c34fa200
7 changed files with 35 additions and 9 deletions
+2
View File
@@ -22,3 +22,5 @@ class C {
@JvmName("fooInt")
fun foo(x: List<Int>) {}
}
// FIR_COMPARISON
+2
View File
@@ -20,3 +20,5 @@ fun setRwProp(v: Int) {}
fun foo(x: List<String>) {}
@JvmName("fooInt")
fun foo(x: List<Int>) {}
// FIR_COMPARISON