Files
kotlin-fork/compiler/fir/resolve/testData/resolveWithStdlib/helloWorld.txt
T
2020-02-14 09:18:52 +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!))
}