We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc7f5c commit 319e316Copy full SHA for 319e316
de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/BugTests.java
@@ -1473,21 +1473,4 @@ public void callingDestroyThisInConstructor() {
1473
"endpackage");
1474
}
1475
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
1485
- "init",
1486
- " let b = new B()",
1487
- " if b != null",
1488
- " testSuccess()",
1489
- "endpackage");
1490
- }
1491
-
1492
1493
0 commit comments