MyDeveloperDay added inline comments.

================
Comment at: clang/unittests/Format/FormatTestCSharp.cpp:1633
+               "{\n"
+               "    string Foo { set; get }\n"
+               "}\n",
----------------
Hmm.. maybe this should be 

```
string Foo 
{
    set;get
}
```


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148467/new/

https://reviews.llvm.org/D148467

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to