[IR] add testdata for dumpKotlinLike
This commit is contained in:
committed by
teamcityserver
parent
d2022ab115
commit
8d5facb15f
Vendored
+35
@@ -0,0 +1,35 @@
|
||||
annotation class A : Annotation {
|
||||
constructor(x: String = "", y: Int = 42) /* primary */
|
||||
val x: String
|
||||
field = x
|
||||
get
|
||||
|
||||
val y: Int
|
||||
field = y
|
||||
get
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@A(...)
|
||||
fun test1() {
|
||||
}
|
||||
|
||||
@A(...)
|
||||
fun test2() {
|
||||
}
|
||||
|
||||
@A(...)
|
||||
fun test3() {
|
||||
}
|
||||
|
||||
@A(...)
|
||||
fun test4() {
|
||||
}
|
||||
|
||||
@A(...)
|
||||
fun test5() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user