Remove backend tests on old inference
Also remove any mentions of NewInference, and rename some tests.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// !LANGUAGE: +NewInference
|
||||
// ISSUE: KT-33545
|
||||
|
||||
import kotlin.experimental.ExperimentalTypeInference
|
||||
@@ -29,4 +28,4 @@ fun <Value> Flow<Value>.asLiveData() = liveData {
|
||||
// collect { emit(it) }
|
||||
}
|
||||
|
||||
fun box(): String = "OK"
|
||||
fun box(): String = "OK"
|
||||
|
||||
Reference in New Issue
Block a user