blob: c678d95494827838342219a61fbd4dea9ffe1799 [file] [log] [blame]
// IGNORE_BACKEND: JS_IR
// TODO: fix in KT-61881
// DIAGNOSTICS: -NOTHING_TO_INLINE
// FIR_IDENTICAL
inline fun f(): Unit = <!INLINE_CALL_CYCLE!>g()<!>
inline fun g(): Unit = <!INLINE_CALL_CYCLE!>h()<!>
inline fun h(): Unit = <!INLINE_CALL_CYCLE!>f()<!>