Change testData for ShortenRefsTestGenerated to not use sql package

- Those packages are missing in the mockJdk 1.8 in intellij repository,
and it leads to those tests failing in kotlin-ide repository
- Test in `ShortenRefsTestGenerated` do not fail, but they are working
for the wrong reason (they do not shorten unresolved references)
This commit is contained in:
Roman Golyshev
2020-06-04 19:25:27 +03:00
committed by Roman Golyshev
parent 7d662bf5d1
commit f9b3daabd1
23 changed files with 37 additions and 17 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
import java.util.Date
val x = <selection>java.sql.Date(1)</selection>
val x = <selection>dependency.Date(1)</selection>