f765963056
The IR backend no longer generates redundant INLINE_CALL_CYCLEs.
7 lines
219 B
Plaintext
Vendored
7 lines
219 B
Plaintext
Vendored
/inlineCycle_ir.kt:8:5: error: the 'inlineFun2' invocation is a part of inline cycle
|
|
inlineFun2(p)
|
|
^
|
|
/inlineCycle_ir.kt:13:5: error: the 'inlineFun1' invocation is a part of inline cycle
|
|
inlineFun1(p)
|
|
^
|