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

5 lines
124 B
Plaintext
Vendored

FILE: helloWorld.kt
public final fun main(): R|kotlin/Unit| {
R|kotlin/io/println|(String(Hello, world!))
}