diff --git a/compiler/testData/diagnostics/tests/ObjectsInheritance.jet b/compiler/testData/diagnostics/tests/ObjectsInheritance.jet new file mode 100644 index 00000000000..8ea1e3305c8 --- /dev/null +++ b/compiler/testData/diagnostics/tests/ObjectsInheritance.jet @@ -0,0 +1,7 @@ +//+JDK + +package toplevelObjectDeclarations + +object CObj {} + +object DOjb : CObj {} \ No newline at end of file