[FIR-TEST] Move stdlib resolve tests out from resolve directory

This commit is contained in:
Dmitriy Novozhilov
2020-02-12 12:37:21 +03:00
parent 90021f3ece
commit f495c4e215
242 changed files with 140 additions and 138 deletions
@@ -0,0 +1,4 @@
FILE: helloWorld.kt
public final fun main(): R|kotlin/Unit| {
R|kotlin/io/println|(String(Hello, world!))
}