Files
Dmitrii Gridin 21c737cecb [kotlin][tests] implement tests on project view
GitOrigin-RevId: a3e8237369ef6ed62f79f87e32eb5b8ccfb8b2c8
2023-01-13 18:03:30 +00:00

9 lines
142 B
Plaintext

// WITH_STDLIB
// PATH: kotlin/annotation/AnnotationTarget.class
// FILE: usage.kt
@Deprecated("deprecated")
fun myDeprecatedFunction() {
}