Remove testing Kotlin signature from WriteSignatureTest
This commit is contained in:
@@ -5,5 +5,4 @@ fun f(): In<In<X>> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// jvm signature: ()LIn;
|
||||
// generic signature: ()LIn<LIn<-LX;>;>;
|
||||
// kotlin signature: ()LIn<LIn<LX;>;>;
|
||||
// generic signature: ()LIn<LIn<-LX;>;>;
|
||||
Reference in New Issue
Block a user