KT-1359 Cannot declare object inheriting from a trait or class.

This commit is contained in:
pTalanov
2012-03-13 15:48:38 +04:00
parent 43e42657f2
commit df2d9769fa
3 changed files with 21 additions and 1 deletions
@@ -40,4 +40,10 @@ public final class ObjectTest extends SingleFileTranslationTest {
public void testObjectInMethod() throws Exception {
checkFooBoxIsTrue("objectInMethod.kt");
}
public void testObjectInheritingFromATrait() throws Exception {
checkFooBoxIsTrue("objectInheritingFromATrait.kt");
}
}