Files
kotlin-fork/compiler/testData/cli/jvm/inlineCycle.out
T
2024-02-08 12:59:31 +00:00

8 lines
251 B
Plaintext
Vendored

compiler/testData/cli/jvm/inlineCycle.kt:2:5: error: the 'b' invocation is a part of inline cycle
b(q)
^^^^
compiler/testData/cli/jvm/inlineCycle.kt:18:5: error: the 'a' invocation is a part of inline cycle
a(p)
^^^^
COMPILATION_ERROR