JVM IR: add IrWriteSignatureTestGenerated

This commit is contained in:
Alexander Udalov
2019-07-19 12:26:31 +02:00
parent 26346d88cc
commit 45f93521d9
12 changed files with 657 additions and 0 deletions
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: JVM_IR
import kotlin.reflect.KClass
annotation class Ann(val arg: Array<out KClass<out KClass<*>>>)