JVM_IR. Basic support of 'inlineCallSiteInfo'

This commit is contained in:
Mikhael Bogdanov
2019-08-07 08:53:59 +02:00
parent f34a08cbbf
commit a444a40849
5 changed files with 16 additions and 8 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm
inline fun inlineMe(c: () -> Unit) = c()