Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJvmBackend
/
indirectInlineCycle.diag.txt
blob: 28c698fcda855d9ae70d04bb88a75385fdba527d [
file
] [
log
] [
blame
]
/indirectInlineCycle.kt:8:24: error: the 'inlineFun2' invocation is a part of inline cycle
fun method() { inlineFun2(p) }
^
/indirectInlineCycle.kt:13:5: error: the 'inlineFun1' invocation is a part of inline cycle
inlineFun1(p)
^