[Test] Enable reporting errors from fronted to testdata of codegen tests
This commit is contained in:
committed by
TeamCityServer
parent
df60e7368a
commit
47e258ef6e
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
||||
// !LANGUAGE: -ProperComputationOrderOfTailrecDefaultParameters
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_FIR_DIAGNOSTICS_DIFF
|
||||
|
||||
var counter = 0
|
||||
fun calc(counter: Int) = if (counter % 2 == 0) "K" else "O"
|
||||
@@ -13,4 +14,4 @@ fun calc(counter: Int) = if (counter % 2 == 0) "K" else "O"
|
||||
|
||||
fun box(): String {
|
||||
return test(0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user