Thomas F

Results 1 issues of Thomas F

Hi @lyskov, Trying bind the code ``` struct outer { struct inner { int a; }; }; struct outer2 : public outer::inner { double b; }; ``` currently fails, giving...