JS backend: fix is for trait. #KT-3519 fixed

This commit is contained in:
Erokhin Stanislav
2013-09-20 16:22:14 +04:00
parent 649318a6c6
commit 0e6d9e857c
4 changed files with 93 additions and 1 deletions
@@ -28,6 +28,14 @@ public class RTTITest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testRttiForTrait() throws Exception {
checkFooBoxIsOk();
}
public void testRttiForTrait2() throws Exception {
checkFooBoxIsOk();
}
public void testIsSameClass() throws Exception {
fooBoxTest();
}