Files
kotlin-fork/nj2k/testData/newJ2k/comments/removeNoInspectionComment.java
T
2019-04-03 11:24:19 +03:00

6 lines
158 B
Java
Vendored

public class Check {
public void a() {
//noinspection RedundantStringConstructorCall
Integer d = (Integer) (Object)(new String());
}
}