I am currently migrating an application from open laszlo from 3.3 to 5.0. I encountered this error in one of the classes.
line unknown: Error: A conflict exists with inherited definition $lzc$class_xxx.$datapath in namespace public, in line: var $classrootdepth;var $datapath;function $lzc$class__mjb ($0:LzNode? = null, $1:Object? = null, $2:Array? = null, $3:Boolean = false) {
In that particular class i have the datapath tag if i remove that then i am not getting this error.
Can anyone tell me why this error is occuring?