Add another package part with inline to multi-module inline test

This commit is contained in:
Alexey Tsvetkov
2015-08-05 16:09:19 +03:00
parent 12ebe4426c
commit 44e13dd697
12 changed files with 30 additions and 11 deletions
@@ -0,0 +1,5 @@
package usage
fun useF() {
inline.f { println("to be inlined") }
}