Insert imports in codeFragment correctly. Add test
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package foo
|
||||
|
||||
import a
|
||||
import b
|
||||
import a
|
||||
import b
|
||||
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
1 + 1
|
||||
println()
|
||||
}
|
||||
Reference in New Issue
Block a user