public class Nya { private int i; public Nya(int i) { /*comment before*/ this/*1*/./*2*/i/*3*/ = /*4*/i /* comment after*/; // and after again } }