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