Add postfix template for the spread operator #KT-26249 Fixed
This commit is contained in:
committed by
Alexander Podkhalyuzin
parent
32d910320f
commit
f1dc09f839
@@ -0,0 +1,5 @@
|
||||
fun test(a: IntArray) {
|
||||
foo(a.spread<caret>)
|
||||
}
|
||||
|
||||
fun foo(vararg args: Int) {}
|
||||
Reference in New Issue
Block a user