bcc icon indicating copy to clipboard operation
bcc copied to clipboard

Type inheritance enum compilation issue

Open thareh opened this issue 1 year ago • 4 comments

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!

thareh avatar May 30 '23 10:05 thareh