blob: 58b2f8d3c4bb0650b462ee2ab8b1e6138d64a3ec [file] [log] [blame]
// "Add constructor parameter" "true"
class A {
private final A <caret>field;
public A(int x) {
int g=0;
}
}