Deprecate deprecated in favor of Deprecated
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun foo1() {}
|
||||
deprecated("Use foo3 instead") fun foo2() {}
|
||||
Deprecated("Use foo3 instead") fun foo2() {}
|
||||
fun foo3() {}
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user