Files
kotlin-fork/analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/annotationCollectionLiteralEntry.kt
T
2022-10-05 15:06:52 +00:00

5 lines
110 B
Kotlin
Vendored

@OptIn(Deprecated::class, Deprecated::class)
@SuppressWarnings(["unsued", <expr>"foo"</expr>])
fun test() {
}