Files
kotlin/compiler/testData/diagnostics/tests/annotations/Deprecated.kt
2015-09-08 12:11:30 +03:00

5 lines
170 B
Kotlin
Vendored

import java.lang.Deprecated as deprecated
<!DEPRECATED_JAVA_ANNOTATION!>@java.lang.Deprecated<!> fun foo() {}
<!DEPRECATED_JAVA_ANNOTATION!>@deprecated<!> fun foo1() {}