Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
cli
/
js
/
inlineCycle.out
blob: f0b7956570f51365a194a6d23699c84496dae545 [
file
] [
log
] [
blame
]
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