more in ReadClassDataTest

This commit is contained in:
Stepan Koltsov
2012-01-08 23:21:47 +04:00
parent 5bb56a8abd
commit 609491dd4f
5 changed files with 15 additions and 0 deletions
@@ -0,0 +1,3 @@
package test
fun fff(): Array<Int> = throw Exception()
@@ -0,0 +1,3 @@
package test
fun fff(): Array<String> = throw Exception()
@@ -0,0 +1,3 @@
package test
fun fff(): java.util.List<String> = throw Exception()
@@ -0,0 +1,3 @@
package test
fun fff(): String = ""
@@ -0,0 +1,3 @@
package test
fun fff(): String? = ""