155cfcb1f8
Remove "SuppressWarnings" and "//noinspection" on java to kotlin conversion
6 lines
158 B
Java
Vendored
6 lines
158 B
Java
Vendored
public class Check {
|
|
public void a() {
|
|
//noinspection RedundantStringConstructorCall
|
|
Integer d = (Integer) (Object)(new String());
|
|
}
|
|
} |