Create hack for exception about "Empty intersection for types".
Hackaround for KT-11266, EA-79963, EA-72093, EA-79976.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
|
||||
fun foo(first: Array<Any?>, second: Array<Any?>) = Pair(first.toCollection(<!NO_VALUE_FOR_PARAMETER!>)<!>, second.toCollection(<!NO_VALUE_FOR_PARAMETER!>)<!>)
|
||||
Reference in New Issue
Block a user