Remove explicit enabling the new type inference from test data
This commit is contained in:
committed by
teamcity
parent
224beb24eb
commit
42e71f8c53
-1
@@ -1,4 +1,3 @@
|
||||
// !LANGUAGE: +NewInference
|
||||
// SKIP_TXT
|
||||
|
||||
fun case_1(vararg args: dynamic) {
|
||||
|
||||
-1
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user