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