Open gallandarakhneorg opened 3 years ago
Let the following SARL code that is using the Vector2d from AFC library.
agent X { def fct { var v : Vector2d = null if (v != null) { } } }
Original issue: https://github.com/sarl/sarl/issues/952
The NPE is generated when running the !=.
Let the following SARL code that is using the Vector2d from AFC library.
Original issue: https://github.com/sarl/sarl/issues/952
The NPE is generated when running the !=.