KT-12877: modify tests to check whether mutable top-level properties of JsModule files are supported

This commit is contained in:
Alexey Andreev
2016-06-29 15:44:06 +03:00
committed by Alexey Andreev
parent b1d8f91212
commit 7be872ebca
10 changed files with 30 additions and 17 deletions
@@ -23,6 +23,7 @@ define("native-lib", [], function() {
A: A,
B: B,
foo: foo,
bar: bar
bar: bar,
mbar: -1
};
});