Renamed test data dir.

This commit is contained in:
Evgeny Gerashchenko
2013-03-18 22:03:51 +04:00
parent afe54098be
commit c458ed36f6
11 changed files with 1 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
var x : <ref>Any?
//jet/Any.jet:Any
@@ -0,0 +1,2 @@
val empty = IntRange.<ref>EMPTY
//jet/Ranges.jet:EMPTY
+2
View File
@@ -0,0 +1,2 @@
val x = 5.<ref>equals(5)
//jet/Numbers.jet:equals
@@ -0,0 +1,4 @@
fun f(p : () -> String) {
p.<ref>invoke()
}
//jet/Functions.jet:invoke
+2
View File
@@ -0,0 +1,2 @@
val x : <ref>Int?
//jet/Numbers.jet:Int
@@ -0,0 +1,2 @@
val ia = <ref>IntArray(4)
//jet/Arrays.jet:IntArray
@@ -0,0 +1,2 @@
var x : <ref>Nothing
//jet/Nothing.jet:Nothing
+2
View File
@@ -0,0 +1,2 @@
val x = 2.0 <ref>* 3.0
//jet/Numbers.jet:times
@@ -0,0 +1,2 @@
val x = 5.<ref>toString()
//jet/Library.jet:toString
+2
View File
@@ -0,0 +1,2 @@
var x : <ref>Unit?
//jet/Unit.jet:Tuple0