Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/references/simple.txt
T
2020-03-19 09:51:01 +03:00

8 lines
159 B
Plaintext
Vendored

FILE: simple.kt
public final fun foo(): R|kotlin/Int| {
^foo Int(1)
}
public final fun bar(): R|kotlin/Int| {
^bar R|/foo|()
}