Files
kotlin-fork/compiler/testData/psi/annotation/targeted/onField/inWrongPlace.kt
T
2015-09-04 18:19:31 +03:00

13 lines
133 B
Kotlin
Vendored

@field:Deprecated
@field:Deprecated
package boo
@field:Deprecated
class A
@field:Deprecated
interface I
@field:Deprecated
fun a()