properly serialize/parse Nothing type
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
fun nothing(): Nothing = throw Exception()
|
||||
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
fun nothingq(): Nothing? = null
|
||||
Reference in New Issue
Block a user