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

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