Remove explicit enabling the new type inference from test data

This commit is contained in:
Victor Petukhov
2022-06-02 17:15:35 +02:00
committed by teamcity
parent 224beb24eb
commit 42e71f8c53
1097 changed files with 73 additions and 1129 deletions
@@ -1,4 +1,3 @@
// !LANGUAGE: +NewInference
// SKIP_TXT
fun case_1(vararg args: dynamic) {
@@ -1,4 +1,3 @@
// !LANGUAGE: +NewInference
fun String.toDouble(): Double = (+(this.asDynamic())).unsafeCast<Double>().also {
if (it.isNaN() && !this.isNaN() || it == 0.0 && this.isBlank())