guslonergan

Results 1 comments of guslonergan

Same for Alternatives. Also, the following do not produce errors at all (not sure if this is intentional): ``` hash(ListOf(int)()) ``` ``` class A(Class): x = Member(list) hash(A(x=[])) ``` ```...