Add simple inline incremental compilation test cases

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