Files
kotlin-fork/idea/testData/decompiler/decompiledText/Annotations/Dependency.kt
T
2014-10-31 18:12:20 +03:00

6 lines
104 B
Kotlin

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