================
@@ -579,6 +579,14 @@ TEST_F(FormatTestJS, GoogScopes) {
"});");
}
+TEST_F(FormatTestJS, GoogAnonymousClass) {
----------------
owenca wrote:Please add a `TokenAnnotatorTest` to test the annotation of the braces instead of (preferred), or in addition to, this test. https://github.com/llvm/llvm-project/pull/106242 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
