Fixed loading variance from alternative signature.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace test
|
||||
|
||||
public open class test.CustomVariance : java.lang.Object {
|
||||
public final /*constructor*/ fun <init>(): test.CustomVariance
|
||||
public open fun foo(): jet.MutableList<out jet.Number>
|
||||
}
|
||||
Reference in New Issue
Block a user