add lost tests

This commit is contained in:
Stepan Koltsov
2012-01-11 19:36:48 +04:00
parent e723abb3b9
commit 046a92ed7a
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,3 @@
package test
fun nothing(): Array<java.lang.CharSequence> = throw Exception()
+6
View File
@@ -0,0 +1,6 @@
fun key(): Int = throw Exception()
// method: namespace::key
// jvm signature: ()I
// generic signature: null
// kotlin signature: ()I // TODO: make null
+6
View File
@@ -0,0 +1,6 @@
fun sometimes(): Int? = null
// method: namespace::sometimes
// jvm signature: ()Ljava/lang/Integer;
// generic signature: null
// kotlin signature: ()?Ljava/lang/Integer; // TODO: need to skip kotlin signature