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