Rebuilding dependent modules.

This commit is contained in:
Evgeny Gerashchenko
2014-11-26 19:04:59 +03:00
parent 00f2ba5124
commit 72687758a5
26 changed files with 206 additions and 3 deletions
@@ -0,0 +1,6 @@
package usage
inline fun inlineUsage(body: () -> Unit) {
inline.f { println("to be inlined") }
body()
}