Deprecated symbol usages fix for the whole project
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import pack.PackPackage;
|
||||
|
||||
class C {
|
||||
void foo() {
|
||||
PackPackage.oldFun(-1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user