Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
namespace * deepcopy_syntax struct CIELab { 1: double L; 2: double a; 3: double b; }
via
thrift -gen netstd test.thrift
leads to
public CIELab DeepCopy() { var tmp5 = new CIELab() // <----- here the closing ";" is missing if(__isset.L) { tmp5.L = this.L; } ...
GitHub Pull Request #2993
GitHub Pull Request #2999
GitHub Pull Request #3000