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