"Code Cleanup": don't remove deprecated imports when file has @file:Suppress("DEPRECATION") annotation
#KT-33594 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
4a328981c6
commit
cf5a6274e2
@@ -0,0 +1,5 @@
|
||||
public @interface JavaAnn {
|
||||
int value();
|
||||
String arg1();
|
||||
int arg4() default 0;
|
||||
}
|
||||
Reference in New Issue
Block a user