Details
Description
class A:
q = B[of int]()
class B[of T]:
pass
An error occurred during the execution of the step 'Boo.Lang.Compiler.Steps.EmitAssembly': 'Operation is not valid due to the current state of the object.'. (BCE0011)
Changing order of these classes (first B, then A) eliminates the error.