JS backend: _commonFiles/ for common kotlin files in testData/ and every test dir
This commit is contained in:
committed by
Zalim Bashorov
parent
9b433e31a2
commit
dd3dbe5b10
@@ -1,9 +1,5 @@
|
||||
package foo
|
||||
|
||||
fun assertEquals<T>(expected: T, actual: T, message: String) {
|
||||
if (expected != actual) throw Exception("Failed when $message, expected = $expected, actual = $actual")
|
||||
}
|
||||
|
||||
// workaround for Rhino
|
||||
var n = 0
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user