Jerome Trachsel

Results 1 issues of Jerome Trachsel

When you try to deep-copy the follwing code ``` package main type s3 struct { Y int Z int } type s2 struct { X int String *byte Ps3 *s3...