Make test generated

This commit is contained in:
Alexey Tsvetkov
2015-10-06 22:49:49 +03:00
parent 0e606a3210
commit af3f7dfafc
24 changed files with 68 additions and 17 deletions
@@ -0,0 +1,7 @@
package module2
import module1.*
fun b(param: A) {
a()
}