Move multi-module IC tests to separate dir

At the moment they are used only with JPS

Original commit: 23bc907d3f
This commit is contained in:
Alexey Tsvetkov
2017-07-13 07:40:44 +03:00
parent c55df3ffab
commit f81f5421a9
42 changed files with 30 additions and 30 deletions
@@ -0,0 +1,5 @@
package foo
open class A {
open fun f() {}
}