Files
kotlin-fork/idea/testData/quickfix/deprecatedSymbolUsage/classUsages/annotationWithFileUseSiteTarget3.kt
T
2020-04-08 19:09:53 +07:00

6 lines
158 B
Kotlin
Vendored

// "Replace with 'OptIn(*markerClass)'" "true"
// WITH_RUNTIME
@file:<caret>UseExperimental(Foo::class, Bar::class)
annotation class Foo
annotation class Bar