JS backend: testFiles -> testData
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package foo1.foo2.foo3.foo5.foo6.foo7.foo8
|
||||
|
||||
fun box() = A().doBox()
|
||||
|
||||
class A() {
|
||||
fun doBox() = true
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
package foo1.foo2.foo3.foo5.foo6.foo7.foo8
|
||||
|
||||
fun box() = true
|
||||
@@ -0,0 +1,4 @@
|
||||
package foo1.foo2.foo3.foo5.foo6.foo7.foo8
|
||||
|
||||
fun box() = f()
|
||||
fun f() = true
|
||||
@@ -0,0 +1,5 @@
|
||||
package foo1.foo2.foo3.foo5.foo6.foo7.foo8
|
||||
|
||||
val f = true
|
||||
|
||||
fun box() = f
|
||||
@@ -0,0 +1,3 @@
|
||||
package foo.bar
|
||||
|
||||
fun box() = true
|
||||
Reference in New Issue
Block a user