Files
kotlin-fork/analysis/analysis-api/testData/annotations/annotationsOnDeclaration/deprecated.kt
T

3 lines
78 B
Kotlin
Vendored

@Deprecated("deprecated", level = DeprecationLevel.ERROR)
fun f<caret>oo() {
}