Deprecate deprecated in favor of Deprecated
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ public class SomeClass {
|
||||
|
||||
public fun annotatedFunction() {
|
||||
|
||||
@Deprecated fun localFunction() {
|
||||
@java.lang.Deprecated fun localFunction() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user