Small bug in typeof() on Java

type
MyTypeA = public (one,two,three) ;
MyTypeB = public (one,two,three) of Integer ;

var
myclassA : &class ;
myclassB : &class ;
begin
myclassA := typeof( MyTypeA ) ; // works as expected
myclassB := typeOf( MyTypeB ) ; // crash
ā€¦

to be clear, it crashes depending in the case of typeOf vs typeof, or depending on which type you pass?

Thanks, logged as bugs://76263

It is related to a passed type.

1 Like

bugs://76263 got closed with status fixed.

bugs://i64172 was closed as fixed.

Logged as bugs://i64172.