KT-1359 Cannot declare object inheriting from a trait or class.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user