Files
kotlin-fork/compiler/testData/diagnostics/testsWithJvmBackend/inlineCycle.diag.txt
T
Alexander Udalov 6f2bb8c05a Rename tests with diagnostics on JVM backend
Remove the "_ir" suffix. It was originally used to distinguish tests on
the JVM IR backend from the old JVM backend ("_old"), but the latter are
removed now.
2023-07-17 16:55:24 +00:00

4 lines
166 B
Plaintext
Vendored

/inlineCycle.kt:6:5: error: The 'inlineFun2' invocation is a part of inline cycle
/inlineCycle.kt:11:5: error: The 'inlineFun1' invocation is a part of inline cycle