================
@@ -1016,6 +1016,26 @@ class Foo final {})cpp";
HI.Parameters.emplace();
HI.AccessSpecifier = "public";
}},
+ {// Getter with comment
+ R"cpp(
+ struct X {
----------------
timon-ul wrote:
nit: you have a trailing whitespace here
https://github.com/llvm/llvm-project/pull/182738