[K/N] Adjust moved special backend checks tests
^KT-61564
This commit is contained in:
committed by
Space Team
parent
8f12bf6cc8
commit
08bc0a6bd0
+1
@@ -1 +1,2 @@
|
||||
// FIR_IDENTICAL
|
||||
fun foo(arr: ShortArray) = immutableBlobOf(*arr)
|
||||
|
||||
+1
@@ -1 +1,2 @@
|
||||
// FIR_IDENTICAL
|
||||
fun foo(x: Short) = immutableBlobOf(x)
|
||||
|
||||
+1
@@ -1 +1,2 @@
|
||||
// FIR_IDENTICAL
|
||||
fun foo() = immutableBlobOf(1000)
|
||||
|
||||
+1
@@ -1 +1,2 @@
|
||||
// FIR_IDENTICAL
|
||||
fun foo() = immutableBlobOf()
|
||||
|
||||
Reference in New Issue
Block a user