properly serialize/parse Nothing type
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun nothing(): Nothing = throw Exception()
|
||||
|
||||
// method: namespace::nothing
|
||||
// jvm signature: ()V
|
||||
// generic signature: null
|
||||
// kotlin signature: ()Ljet/Nothing;
|
||||
@@ -0,0 +1,6 @@
|
||||
fun nothingq(): Nothing? = null
|
||||
|
||||
// method: namespace::nothingq
|
||||
// jvm signature: ()Ljava/lang/Object;
|
||||
// generic signature: null
|
||||
// kotlin signature: ()?Ljet/Nothing;
|
||||
Reference in New Issue
Block a user