blob: 4c5e012f1ea3035bc342758abf1d13bddcb9ebb5 [file] [log] [blame]
// "Create Constructor" "true"
class FooBar {
FooBar(int i) {
}
{
Runnable r = FooBar::new;
}
public FooBar() {
}
}