f61bb5aa39
#KT-24293 fixed #KT-19603 fixed
8 lines
175 B
Java
Vendored
8 lines
175 B
Java
Vendored
public class Nya {
|
|
private int i;
|
|
|
|
public Nya(int i) {
|
|
/*comment before*/
|
|
this/*1*/./*2*/i/*3*/ = /*4*/i /* comment after*/; // and after again
|
|
}
|
|
} |