[JS TESTS] Move dependency modules higher than main in test files
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// EXPECTED_REACHABLE_NODES: 1283
|
||||
// MODULE: module1
|
||||
// FILE: module1.kt
|
||||
|
||||
fun bar() = "bar"
|
||||
|
||||
// MODULE: main(module1)
|
||||
// FILE: main.kt
|
||||
|
||||
@@ -9,8 +14,3 @@ fun box(): String {
|
||||
|
||||
return "OK"
|
||||
}
|
||||
|
||||
// MODULE: module1
|
||||
// FILE: module1.kt
|
||||
|
||||
fun bar() = "bar"
|
||||
Reference in New Issue
Block a user