Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
cli
/
js
/
inlineCycle.out
blob: f0b7956570f51365a194a6d23699c84496dae545 [
file
]
compiler
/
testData
/
cli
/
js
/
inlineCycle
.
kt
:
2
:
5
:
error
:
the
'b'
invocation
is
a part of
inline
cycle
b
(
l
)
^
compiler
/
testData
/
cli
/
js
/
inlineCycle
.
kt
:
15
:
5
:
error
:
the
'a'
invocation
is
a part of
inline
cycle
a
(
p
)
^
COMPILATION_ERROR