Files
kotlin-fork/idea/testData/decompiler/decompiledText/AnnotationsOnPrimaryCtr/Dependency.kt
T
2015-03-31 20:20:22 +03:00

6 lines
104 B
Kotlin
Vendored

package dependency
annotation class A(val s: String)
annotation class B(val i: Int)
annotation class C