dstroma
Results
3
comments of
dstroma
I have this error also. A more specific error message would be helpful.
How would collisions with Corinna class field names be handled? ``` class Point { field $x; field $y; method add (:$x, :$y) { # Whose $x is $x? ``` Or...
> > How would collisions with Corinna class field names be handled? > > ``` > > class Point { > > field $x; > > field $y; > >...