Insert imports in codeFragment correctly. Add test

This commit is contained in:
Natalia Ukhorskaya
2015-10-29 16:03:33 +03:00
parent fd1ff51233
commit 6c61d437f1
19 changed files with 220 additions and 21 deletions
@@ -0,0 +1,8 @@
package foo
import foo
fun main(args: Array<String>) {
1 + 1
println()
}