-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: tools
-
b105
-
Verified
Example --
-> void m() { System.foobar(); }
| Modified method m, however, it cannot be invoked until method foobar() is declared
-> void m() { System.foobar(); }
| Modified method m, however, it cannot be invoked until method foobar() is declared