bcc
bcc copied to clipboard
Type inheritance enum compilation issue
Good day,
The following module will not compile:
SuperStrict
Module Test.Test
Framework BRL.Blitz
Import Text.Encoding
Type TFoo
Method New(test:String, e:EStreamEncoding=Null)
EndMethod
EndType
Type TBar Extends TFoo
EndType
"Unable to convert from Int to Enum EStreamEncoding."
Thanks!