blob: 4d668b62a6c64c7c9292e28c5989004fd8e43a34 [file] [log] [blame]
// "Create Constructor" "true"
public class Test {
public void main2() {
new <caret>MyCollection(this);
}
}
class MyCollection {
}