Minor: use ".touch" extension instead of ".new" in incremental compilation tests when it possible

Original commit: d9b67ae0ef
This commit is contained in:
Zalim Bashorov
2015-11-18 18:02:34 +03:00
parent 09a2a5ecd3
commit 43b6a9dbbc
77 changed files with 0 additions and 197 deletions
@@ -1,7 +0,0 @@
package module2
import module1.*
fun b(param: A) {
a()
}