33e6a85a2d
We exclude testData pattern from copyright scope
7 lines
145 B
Kotlin
Vendored
7 lines
145 B
Kotlin
Vendored
@file:[Deprecated("") Anno("anno")]
|
|
package one
|
|
|
|
@Target(AnnotationTarget.FILE)
|
|
annotation class Anno(val s: String)
|
|
|
|
// RESOLVE_FILE_ANNOTATIONS |