blob: 4056e8a03b3f2b3f37a76810fc03c5a7c617163d [file] [log] [blame]
class Test {
Test(String s, String s1) {}
Test(String s) {
this(<selection>s</selection>, s);
}
}