FuPeiJiang / ahk_parser.js

find func, string, everything in AHK_L v1; convert v1 to AHK_H v2; converter
https://FuPeiJiang.github.io/ahk_parser.js/
13 stars 1 forks source link

Incorrect "new ClassName" translation #14

Open jNizM opened 3 years ago

jNizM commented 3 years ago

DB := new SQLiteDB ; old DB := new SQLiteDB ; new (incorrect) DB := SQLiteDB() ; should be this

v2 Error: This variable appears to never be assigned a value (Specifically: global new)

See: https://lexikos.github.io/v2/docs/Objects.htm#Custom_NewDelete