IR KT-47483 handle 'Nothing' in array constructor call
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun box(): String {
|
||||
val test: Array<Int> = Array(42, return "OK")
|
||||
}
|
||||
Reference in New Issue
Block a user