Fix collection literals resolve in gradle-based projects
#KT-19441 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
package kotlin
|
||||
|
||||
public fun intArrayOf(vararg elements: Int): IntArray = TODO()
|
||||
Reference in New Issue
Block a user