Remove backend tests on old inference
Also remove any mentions of NewInference, and rename some tests.
This commit is contained in:
Vendored
-2
@@ -1,5 +1,3 @@
|
||||
// !LANGUAGE: +NewInference
|
||||
|
||||
fun sum(vararg args: Int): Int {
|
||||
var result = 0
|
||||
for (arg in args)
|
||||
|
||||
Reference in New Issue
Block a user