Fixed broken testdata.

This commit is contained in:
Alexander.Podkhalyuzin
2012-05-23 15:57:56 +04:00
parent 59b533ccd3
commit b5b9f7ba98
56 changed files with 65 additions and 65 deletions
@@ -4,4 +4,4 @@ import java.util.Map
fun getEntry() : java.util.Map.Entry<jet.Array<String>, java.sql.Array> {
}
val x : Map.Entry<Array<String>, java.sql.Array> = getEntry()
val x: Map.Entry<Array<String>, java.sql.Array> = getEntry()
@@ -1,2 +1,2 @@
// "Specify Type Explicitly" "true"
val x : (Int) -> String = { (a: Int) -> ""}
val x: (Int) -> String = { (a: Int) -> ""}
@@ -1,4 +1,4 @@
// "Specify Type Explicitly" "true"
class String {}
val x : jet.String = ""
val x: jet.String = ""
@@ -1,2 +1,2 @@
// "Specify Type Explicitly" "true"
val x : Unit = #()
val x: Unit = #()