1 2 3 4 5 6 7 8 9 10 11 12
//TEST:LANG_SERVER: //COMPLETE:11,11 struct MyType { int getSum() { return 0; } } void m() { MyType t; if (t.) }