Tests for declaration mappings dumping from compiler
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
internal annotation class Ann(
|
||||
val i: Int,
|
||||
val s: Short,
|
||||
val f: Float,
|
||||
val d: Double,
|
||||
val l: Long,
|
||||
val b: Byte,
|
||||
val bool: Boolean,
|
||||
val c: Char,
|
||||
val str: String
|
||||
)
|
||||
Reference in New Issue
Block a user