Deprecate deprecated in favor of Deprecated
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
package test
|
||||
|
||||
public open class AnnotatedMethod() {
|
||||
public open deprecated("Deprecated in Java") fun f(): Unit { }
|
||||
public open Deprecated("Deprecated in Java") fun f(): Unit { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user