Files
kotlin-fork/analysis/low-level-api-fir/testData/fileStructure/multipleTopLevelUnitFunctions.lazy.resolve.txt
T
Dmitrii Gridin 33e6a85a2d [LL FIR] rename testdata to testData to avoid copyright generation
We exclude testData pattern from copyright scope
2023-09-18 21:12:45 +00:00

14 lines
582 B
Plaintext
Vendored

FILE: [ResolvedTo(BODY_RESOLVE)] multipleTopLevelUnitFunctions.kt
public final [ResolvedTo(BODY_RESOLVE)] fun foo1(): R|kotlin/Unit| {
<Unresolved name: println>#(String(foo1))
}
public final [ResolvedTo(BODY_RESOLVE)] fun foo2(): R|kotlin/Unit| {
<Unresolved name: println>#(String(foo2))
}
public final [ResolvedTo(BODY_RESOLVE)] fun foo3(): R|kotlin/Unit| {
<Unresolved name: println>#(String(foo3))
}
public final [ResolvedTo(BODY_RESOLVE)] fun foo4(): R|kotlin/Unit| {
<Unresolved name: println>#(String(foo4))
}