8

Not my worst but spent a few mins confused by this today:

private String str;

public myConstructor(String str){
str = this.str;
}

Comments
Add Comment