martin-pabst / Online-IDE-new-compiler

Online-IDE with new compiler
GNU General Public License v3.0
0 stars 0 forks source link

Double constructor missing #11

Closed fjf2002 closed 1 week ago

fjf2002 commented 1 week ago
new Double(42);

... results in compile time failure Cant find constructor.

martin-pabst commented 1 week ago

Thank you!