Bug? Module - New

stevel05

Expert
Licensed User
Longtime User
Adding a module with the name 'New' causes an error in compilation:
B4X:
javac 1.8.0_131
src\b4j\example\duration.java:39: error: <identifier> expected
public b4j.example.new _new = null;
                   ^
1 error

I suppose that this name should be disallowed when creating a new module/class
 
Top