[K/N] Move special backend checks test sources to diagnostic tests folder
^KT-61564
This commit is contained in:
committed by
Space Team
parent
3d0a91bf3c
commit
8f12bf6cc8
+1
@@ -0,0 +1 @@
|
||||
fun foo(arr: ShortArray) = immutableBlobOf(*arr)
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun foo(x: Short) = immutableBlobOf(x)
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun foo() = immutableBlobOf(1000)
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun foo() = immutableBlobOf()
|
||||
Reference in New Issue
Block a user