Remove redundant spread operator: don't report if overloaded functions cannot be resolved
#KT-38282 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
f179b39c70
commit
0a230905ae
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// PROBLEM: none
|
||||
fun foo(vararg args: Int) {}
|
||||
|
||||
fun foo(vararg args: Double) {}
|
||||
|
||||
fun test() {
|
||||
foo(<caret>*intArrayOf())
|
||||
}
|
||||
Reference in New Issue
Block a user