Remove backend tests on old inference
Also remove any mentions of NewInference, and rename some tests.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// !LANGUAGE: +NewInference
|
||||
|
||||
fun foo(s: String): Boolean {
|
||||
if (s != "kotlin") throw AssertionError(s)
|
||||
return true
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// !LANGUAGE: +NewInference
|
||||
// WITH_RUNTIME
|
||||
// ISSUE: KT-32462
|
||||
|
||||
|
||||
Reference in New Issue
Block a user