Add simple inline incremental compilation test cases

This commit is contained in:
Alexey Tsvetkov
2015-07-07 22:04:25 +03:00
parent 44691018ce
commit 32c041d4db
11 changed files with 89 additions and 0 deletions
@@ -0,0 +1,5 @@
package usage
fun testG() {
inline.g()
}