FIR LC: use optimal type mapping mode for value parameter
This commit is contained in:
committed by
Ilya Kirillov
parent
6d150fb7a5
commit
d3c34fa200
@@ -22,3 +22,5 @@ class C {
|
||||
@JvmName("fooInt")
|
||||
fun foo(x: List<Int>) {}
|
||||
}
|
||||
|
||||
// FIR_COMPARISON
|
||||
|
||||
@@ -20,3 +20,5 @@ fun setRwProp(v: Int) {}
|
||||
fun foo(x: List<String>) {}
|
||||
@JvmName("fooInt")
|
||||
fun foo(x: List<Int>) {}
|
||||
|
||||
// FIR_COMPARISON
|
||||
|
||||
Reference in New Issue
Block a user