Remove testing Kotlin signature from WriteSignatureTest
This commit is contained in:
@@ -3,4 +3,3 @@ fun never(): Array<Int> = throw Exception()
|
||||
// method: _DefaultPackage::never
|
||||
// jvm signature: ()[Ljava/lang/Integer;
|
||||
// generic signature: null
|
||||
// kotlin signature: ()[Ljet/Int; // TODO: need to skip kotlin signature
|
||||
|
||||
Reference in New Issue
Block a user