DeprecatedSymbolUsageFix: fixed for java declaration + one more test

This commit is contained in:
Valentin Kipyatkov
2015-05-26 17:55:56 +03:00
parent 18c19457f0
commit 697516cfdd
7 changed files with 43 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
class JavaClass {
@Deprecated
public void oldFun(){}
}