Adding a module with the name 'New' causes an error in compilation:
I suppose that this name should be disallowed when creating a new module/class
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