[TEST] Migrate AbstractDiagnosticsTestWithJsStdLib to new test runners

This commit is contained in:
Dmitriy Novozhilov
2020-12-14 16:16:46 +03:00
parent 1fe5148f0d
commit 71ffaa2d97
27 changed files with 419 additions and 167 deletions
@@ -1,9 +1,6 @@
// -- Module: <m1> --
package
package bar {
public fun box(): kotlin.Unit
}
package foo {
@kotlin.js.JsModule(import = "A") public external object A {
@@ -23,3 +20,11 @@ package foo {
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
}
// -- Module: <m2> --
package
package bar {
public fun box(): kotlin.Unit
}