Closed noti0na1 closed 5 years ago
val AfterLoadFlags: FlagSet = commonFlags(..., JavaEnumValue)
doesn't work because JavaEnumValue
is defined after AfterLoadFlags
, hence it has not been initialized. :(
It would be great if the compiler can give a warning about the forward reference in fields.
typedThrow
; the expression ofthrow
cannot benull
flowFacts
inContext
Flags
aboutJavaEnumValue
simpleApply