JS: don't pollute object with $metadata$

#KT-8126 Fixed
This commit is contained in:
Zalim Bashorov
2015-07-13 00:27:51 +03:00
parent 4de2c5a5c8
commit f7ccb3819e
3 changed files with 50 additions and 3 deletions
@@ -59,4 +59,8 @@ public final class ObjectTest extends SingleFileTranslationTest {
public void testLambdaInObjectInsideObject() throws Exception {
checkFooBoxIsOk();
}
public void testDontPolluteObject() throws Exception {
checkFooBoxIsOk();
}
}