"Code Cleanup": don't remove deprecated imports when file has @file:Suppress("DEPRECATION") annotation

#KT-33594 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-09-25 10:23:48 +09:00
committed by Yan Zhulanow
parent 4a328981c6
commit cf5a6274e2
10 changed files with 58 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
public @interface JavaAnn {
int value();
String arg1();
int arg4() default 0;
}