Fix for KT-6424
Remove "SuppressWarnings" and "//noinspection" on java to kotlin conversion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class Check {
|
||||
public void a() {
|
||||
//noinspection RedundantStringConstructorCall
|
||||
Integer d = (Integer) (Object)(new String());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user