blob: 43080c1bdb05393400f4a4c0eb1c79278f844815 [file] [log] [blame]
class Foo {
public Foo(){
}
public Foo(int a){
}
}
Foo f = new Foo(<caret>)