Closed sharplet closed 4 years ago
When the local variable class is declared as type AnyClass, the compiler segfaults on line 43 when it is coerced to type Any. Avoiding AnyClass altogether works around the segfault.
class
AnyClass
Any
When the local variable
class
is declared as typeAnyClass
, the compiler segfaults on line 43 when it is coerced to typeAny
. AvoidingAnyClass
altogether works around the segfault.