[FIR2IR] Set @Metadata when declaring IR symbols

This commit is contained in:
Jinseong Jeon
2020-04-04 01:02:37 +03:00
committed by Mikhail Glukhikh
parent b7e270f1c1
commit 08ca6f5f99
25 changed files with 118 additions and 28 deletions
+2
View File
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun <T> tableView(init: Table<T>.() -> Unit) {
Table<T>().init()
}