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