Add multi-module JS IC tests with JPS
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package usage
|
||||
|
||||
inline fun inlineUsage(body: () -> Unit) {
|
||||
inline.f { println("to be inlined") }
|
||||
body()
|
||||
}
|
||||
Reference in New Issue
Block a user