-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0-rc-3
-
Component/s: None
-
Labels:None
Consider the following:
class C { private Object field void test() { assert this.@field != null } } new C().test()
When executed, the assert is displayed as follows (value for field expression is missing):
assert this.@field != null | false