omit generic signature for simple methods

This commit is contained in:
Stepan Koltsov
2012-01-03 21:15:21 +04:00
parent 526df9ca80
commit a7a1bd2102
2 changed files with 8 additions and 3 deletions
@@ -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