Add test for overload resoultion ambiguity in HMPP
The behaviour is undesired, see the next commit for fix ^KT-41218 In Progress
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
MODULE jvm { platform=[JVM] }
|
||||
|
||||
jvm -> STDLIB_JVM { kind=DEPENDENCY }
|
||||
jvm -> STDLIB_COMMON { kind=DEPENDENCY }
|
||||
@@ -0,0 +1,5 @@
|
||||
package sample
|
||||
|
||||
fun test() {
|
||||
<!OVERLOAD_RESOLUTION_AMBIGUITY!>arrayListOf<!>(1, 2, 3)
|
||||
}
|
||||
Reference in New Issue
Block a user