[FIR] Correctly mute destructuring declaration test for 1.0
Merge-request: KT-MR-10847 Merged-by: Egor Kulikov <Egor.Kulikov@jetbrains.com>
This commit is contained in:
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
// UNRESOLVED_REFERENCE
|
||||
// IGNORE_FE10
|
||||
|
||||
fun <T : Any, Z> createTuple(a: T, b: Z&Any): Pair<T, Z&Any> {
|
||||
return Pair(a, b)
|
||||
|
||||
Reference in New Issue
Block a user