properly serialize/parse Nothing type

This commit is contained in:
Stepan Koltsov
2012-01-25 22:23:46 +04:00
parent bbbddf1c83
commit 4545c72f69
6 changed files with 42 additions and 2 deletions
@@ -0,0 +1,3 @@
package test
fun nothing(): Nothing = throw Exception()
@@ -0,0 +1,3 @@
package test
fun nothingq(): Nothing? = null