[IR] add testdata for dumpKotlinLike
This commit is contained in:
committed by
teamcityserver
parent
d2022ab115
commit
8d5facb15f
+27
@@ -0,0 +1,27 @@
|
||||
annotation class A : Annotation {
|
||||
constructor(klass: KClass<*>) /* primary */
|
||||
val klass: KClass<*>
|
||||
field = klass
|
||||
get
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class C {
|
||||
constructor() /* primary */ {
|
||||
TODO("IrDelegatingConstructorCall")
|
||||
/* InstanceInitializerCall */
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@A(...)
|
||||
fun test1() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user