JS backend: fix class object in trait #KT-4062 Fixed

This commit is contained in:
Erokhin Stanislav
2013-10-11 14:42:36 +04:00
parent e6259deb8c
commit 768289b913
3 changed files with 17 additions and 0 deletions
@@ -12,6 +12,10 @@ public final class ClassObjectTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testInTrait() throws Exception {
checkFooBoxIsOk();
}
public void testWithExtension() throws Exception {
checkFooBoxIsOk();
}