8ef79f932c
TODO proper diagnostics tests with BE diagnostics
8 lines
245 B
Plaintext
Vendored
8 lines
245 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
|