blob: b1a6ca699d3b68829ceca3f541ac6e7d626b07d9 [file] [log] [blame]
// "Change '1' to "1" (to String literal)" "true"
class Simple {
Simple() {this(<caret>"1");}
Simple(String s) {}
}