Copy: Support top-level declarations

This commit is contained in:
Alexey Sedunov
2017-05-16 12:57:28 +03:00
parent 4c1c1a989a
commit 1072495001
45 changed files with 477 additions and 43 deletions
@@ -0,0 +1,8 @@
package foo
fun a() {
fun b() {
}
b()
}