Files
kotlin-fork/idea/testData/copyPaste/conversion/FieldWithNoEndComment.java
T

3 lines
97 B
Java
Vendored

public class JavaClass {
<selection>private int field = 1;</selection> // comment for field
}