K2: Adjust test data after PCLA implementation [green-to-red, controversial]
^KT-59791 In Progress
This commit is contained in:
committed by
Space Team
parent
f945dce4c8
commit
8459465177
@@ -1,6 +1,7 @@
|
||||
// !LANGUAGE: +UnrestrictedBuilderInference
|
||||
// WITH_STDLIB
|
||||
// JVM_ABI_K1_K2_DIFF: KT-61909
|
||||
// ISSUE: KT-61250
|
||||
// IGNORE_BACKEND_K2: ANY
|
||||
|
||||
// FILE: main.kt
|
||||
import kotlin.experimental.ExperimentalTypeInference
|
||||
@@ -42,4 +43,4 @@ fun box(): String {
|
||||
}
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
+3
@@ -1,4 +1,7 @@
|
||||
// WITH_STDLIB
|
||||
// IGNORE_BACKEND_K2: ANY
|
||||
// ISSUE: KT-64823 (K2/PCLA difference)
|
||||
// Also, see testData/diagnostics/testsWithStdLib/coroutines/inference/kt36220.kt
|
||||
|
||||
import kotlin.experimental.ExperimentalTypeInference
|
||||
|
||||
|
||||
Reference in New Issue
Block a user