Remove testing Kotlin signature from WriteSignatureTest
This commit is contained in:
@@ -2,5 +2,4 @@ fun foo(vararg tail: java.lang.CharSequence) = 1
|
||||
|
||||
// method: _DefaultPackage::foo
|
||||
// jvm signature: ([Ljava/lang/CharSequence;)I
|
||||
// generic signature: null
|
||||
// kotlin signature: ([Mjava/lang/CharSequence;)I // TODO: need to skip kotlin signature
|
||||
// generic signature: null
|
||||
Reference in New Issue
Block a user