omit generic signature for simple methods
This commit is contained in:
@@ -2,5 +2,5 @@ fun foo() = 1
|
||||
|
||||
// method: namespace::foo
|
||||
// jvm signature: ()I
|
||||
// generic signature: ()I // TODO: need to skip generic signature
|
||||
// generic signature: null
|
||||
// kotlin signature: ()I // TODO: need to skip kotlin signature
|
||||
|
||||
Reference in New Issue
Block a user