class SelfAssignment { private int i; public SelfAssignment(int i) { i = i; } }