5 lines
104 B
Kotlin
Vendored
5 lines
104 B
Kotlin
Vendored
import java.lang.Deprecated as deprecated
|
|
|
|
@java.lang.Deprecated fun foo() {}
|
|
|
|
@deprecated fun foo1() {} |