java: Inline expectation should have space before $

This commit is contained in:
Owen Mansel-Chan
2026-03-04 12:09:06 +00:00
parent ddebdad9e1
commit f41c30e335
11 changed files with 301 additions and 301 deletions

View File

@@ -8,10 +8,10 @@ public class Test3Super extends Test2 { // We might want an alert here for the
}
public void y() {
super.x = 0; //$ MISSING: Alert
super.x = 0; // $ MISSING: Alert
}
public void yLst() {
super.lst.add("Hello!"); //$ MISSING: Alert
super.lst.add("Hello!"); // $ MISSING: Alert
}
}