Fixed bug in reference shortening

This commit is contained in:
Valentin Kipyatkov
2013-12-25 20:01:07 +04:00
parent 906694c49a
commit ee62d318ee
5 changed files with 25 additions and 4 deletions
@@ -1,5 +1,7 @@
// "Specify type explicitly" "true"
import java.sql
fun getEntry() : Map.Entry<jet.Array<String>, java.sql.Array> {
}
val x: Map.Entry<Array<String>, java.sql.Array> = getEntry()
val x: Map.Entry<Array<String>, sql.Array> = getEntry()