From fa6109a84371d5ba292b03800df375ce00d72538 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Tue, 24 Jan 2012 16:32:41 +0400 Subject: [PATCH] KT-1036 JetFile -> PsiJavaFile cast problem - one more test for changed diagnostic behaviour --- compiler/testData/diagnostics/tests/ObjectsInheritance.jet | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 compiler/testData/diagnostics/tests/ObjectsInheritance.jet 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