Drop package facades: update compiler tests.
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ class X
|
||||
|
||||
fun f(m: M<X, X>): M<X, X> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: FunctionTwoTypeParametersKt::f
|
||||
// jvm signature: (LM;)LM;
|
||||
// generic signature: (LM<-LX;+LX;>;)LM<LX;LX;>;
|
||||
@@ -2,6 +2,6 @@ class In<in T>
|
||||
|
||||
fun f(p: In<String>) {}
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: InInInPositionKt::f
|
||||
// jvm signature: (LIn;)V
|
||||
// generic signature: (LIn<-Ljava/lang/String;>;)V
|
||||
+1
-1
@@ -2,6 +2,6 @@ class In<in T>
|
||||
|
||||
fun f(): In<String> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: InInOutPositionKt::f
|
||||
// jvm signature: ()LIn;
|
||||
// generic signature: ()LIn<Ljava/lang/String;>;
|
||||
+1
-1
@@ -3,6 +3,6 @@ class X
|
||||
|
||||
fun f(p: In<In<X>>) {}
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: InOfInInInPositionKt::f
|
||||
// jvm signature: (LIn;)V
|
||||
// generic signature: (LIn<-LIn<-LX;>;>;)V
|
||||
+1
-1
@@ -3,6 +3,6 @@ class X
|
||||
|
||||
fun f(): In<In<X>> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: InOfInInOutPositionKt::f
|
||||
// jvm signature: ()LIn;
|
||||
// generic signature: ()LIn<LIn<-LX;>;>;
|
||||
+1
-1
@@ -4,6 +4,6 @@ class X
|
||||
|
||||
fun f(p: In<Out<X>>) {}
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: InOfOutInInPositionKt::f
|
||||
// jvm signature: (LIn;)V
|
||||
// generic signature: (LIn<-LOut<+LX;>;>;)V
|
||||
+1
-1
@@ -4,6 +4,6 @@ class X
|
||||
|
||||
fun f(): In<Out<X>> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: InOfOutInOutPositionKt::f
|
||||
// jvm signature: ()LIn;
|
||||
// generic signature: ()LIn<LOut<+LX;>;>;
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fun f(p: List<String>) {}
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: OutInInPositionKt::f
|
||||
// jvm signature: (Ljava/util/List;)V
|
||||
// generic signature: (Ljava/util/List<+Ljava/lang/String;>;)V
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fun f(): List<String> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: OutInOutPositionKt::f
|
||||
// jvm signature: ()Ljava/util/List;
|
||||
// generic signature: ()Ljava/util/List<Ljava/lang/String;>;
|
||||
+1
-1
@@ -4,6 +4,6 @@ class X
|
||||
|
||||
fun f(p: Out<In<X>>) {}
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: OutOfInInInPositionKt::f
|
||||
// jvm signature: (LOut;)V
|
||||
// generic signature: (LOut<+LIn<-LX;>;>;)V
|
||||
+1
-1
@@ -4,6 +4,6 @@ class X
|
||||
|
||||
fun f(): Out<In<X>> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: OutOfInInOutPositionKt::f
|
||||
// jvm signature: ()LOut;
|
||||
// generic signature: ()LOut<LIn<-LX;>;>;
|
||||
+1
-1
@@ -3,6 +3,6 @@ class X
|
||||
|
||||
fun f(p: Out<Out<X>>) {}
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: OutOfOutInInPositionKt::f
|
||||
// jvm signature: (LOut;)V
|
||||
// generic signature: (LOut<+LOut<+LX;>;>;)V
|
||||
+1
-1
@@ -13,6 +13,6 @@ class X
|
||||
// thus removing the wildcard would be restricting the use of the return value of the method, and we don't want do this.
|
||||
fun f(): Out<Out<X>> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: OutOfOutInOutPositionKt::f
|
||||
// jvm signature: ()LOut;
|
||||
// generic signature: ()LOut<LOut<+LX;>;>;
|
||||
+1
-1
@@ -3,6 +3,6 @@ class X
|
||||
|
||||
val p: M<X> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::getP
|
||||
// method: PropertyGetterInKt::getP
|
||||
// jvm signature: ()LM;
|
||||
// generic signature: ()LM<LX;>;
|
||||
+1
-1
@@ -3,6 +3,6 @@ class X
|
||||
|
||||
val p: M<X> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::getP
|
||||
// method: PropertyGetterOutKt::getP
|
||||
// jvm signature: ()LM;
|
||||
// generic signature: ()LM<LX;>;
|
||||
+1
-1
@@ -3,6 +3,6 @@ class X
|
||||
|
||||
val p: M<X, X> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::getP
|
||||
// method: PropertyGetterTwoParamsKt::getP
|
||||
// jvm signature: ()LM;
|
||||
// generic signature: ()LM<LX;LX;>;
|
||||
+1
-1
@@ -3,6 +3,6 @@ class X
|
||||
|
||||
var p: M<X> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::setP
|
||||
// method: PropertySetterInKt::setP
|
||||
// jvm signature: (LM;)V
|
||||
// generic signature: (LM<-LX;>;)V
|
||||
+1
-1
@@ -3,6 +3,6 @@ class X
|
||||
|
||||
var p: M<X> = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::setP
|
||||
// method: PropertySetterOutKt::setP
|
||||
// jvm signature: (LM;)V
|
||||
// generic signature: (LM<+LX;>;)V
|
||||
Reference in New Issue
Block a user