library changes after collections mapping

This commit is contained in:
Svetlana Isakova
2012-09-04 16:52:43 +04:00
parent 7c828b9ff7
commit 8b749084b5
75 changed files with 222 additions and 268 deletions
@@ -3,7 +3,6 @@ package regressions
// TODO comment out the next line to reproduce KT-1617
//import kotlin.util.map
import java.util.Collection
import java.io.File
import junit.framework.TestCase
@@ -1,7 +1,6 @@
package regressions
import junit.framework.TestCase
import java.util.List
class Kt1619Test: TestCase() {