================
@@ -1304,6 +1304,18 @@ TEST_F(FormatTestCSharp, CSharpGenericTypeConstraints) {
                "}",
                Style);
 
+  // When the where line is not to be formatted, following lines should not 
take
+  // on its indentation.
+  verifyFormat("class ItemFactory<T>\n"
----------------
sstwcw wrote:

There is no variant which only takes one string.

https://github.com/llvm/llvm-project/pull/76378
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to