blob: 834f1921a01394737f3f054ec0298c148f2c4e0a [file] [log] [blame]
// "Introduce local variable" "false"
class a {
void a() {
a<caret>();
}
}