Copy: Support top-level declarations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package bar
|
||||
|
||||
fun a() {
|
||||
fun b() {
|
||||
|
||||
}
|
||||
b()
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
fun a() {
|
||||
fun b() {
|
||||
|
||||
}
|
||||
b()
|
||||
}
|
||||
Reference in New Issue
Block a user