blob: 8b0859f170f3f31b4105f7881817b8a1f8bd949d [file] [log] [blame]
// "Remove redundant assignment" "true"
class A {
{
String ss = "";
}
}