Skip to content

Commit 319e316

Browse files
committed
Update BugTests.java
1 parent dcc7f5c commit 319e316

File tree

1 file changed

+0
-17
lines changed
  • de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests

1 file changed

+0
-17
lines changed

de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/BugTests.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,21 +1473,4 @@ public void callingDestroyThisInConstructor() {
14731473
"endpackage");
14741474
}
14751475

1476-
@Test
1477-
public void duplicateNameInClassHierachy() {
1478-
testAssertErrorsLines(false, "Variable x in class B hides variable x from superclass A",
1479-
"package test",
1480-
"native testSuccess()",
1481-
"class A",
1482-
" int x",
1483-
"class B extends A",
1484-
" int x",
1485-
"init",
1486-
" let b = new B()",
1487-
" if b != null",
1488-
" testSuccess()",
1489-
"endpackage");
1490-
}
1491-
1492-
14931476
}

0 commit comments

Comments
 (0)