Rebuilding dependent modules.

Original commit: 72687758a5
This commit is contained in:
Evgeny Gerashchenko
2014-11-26 19:04:59 +03:00
parent 72fdd2c6ba
commit 41522a3b65
26 changed files with 206 additions and 3 deletions
@@ -0,0 +1,5 @@
package usage
fun main(args: Array<String>) {
inline.f { println("to be inlined") }
}