java.lang.String in signature should serialized and mapped back to java.lang.String

This commit is contained in:
Stepan Koltsov
2012-01-24 00:38:26 +04:00
parent f21ad2f536
commit 614ee5d690
20 changed files with 82 additions and 20 deletions
@@ -0,0 +1,3 @@
package test
fun listOfJlString(): java.util.List<java.lang.String> = throw Exception()
@@ -0,0 +1,3 @@
package test
fun integer(): java.lang.Integer = throw Exception()
@@ -0,0 +1,3 @@
package test
fun integerq(): java.lang.Integer? = throw Exception()
@@ -0,0 +1,3 @@
package test
fun obj(): java.lang.Object = throw Exception()
@@ -0,0 +1,3 @@
package test
fun objq(): java.lang.Object? = throw Exception()
@@ -0,0 +1,3 @@
package test
fun fff(): java.lang.String = throw Exception()
@@ -0,0 +1,3 @@
package test
fun fff(): java.lang.String? = null