Regenerated test data.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassParamUsedInFun</*0*/ in T : jet.Any?> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ in T : jet.Any?><init>(): test.ClassParamUsedInFun<T>
|
||||
public final /*primary constructor*/ fun </*0*/ in T : jet.Any?><init>(): test.ClassParamUsedInFun<T>
|
||||
internal final fun f(/*0*/ t: T): jet.Int
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.ClassParamUsedInFun</*0*/ T : jet.Any?> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ T : jet.Any?><init>(): test.ClassParamUsedInFun<T>
|
||||
public final /*primary constructor*/ fun </*0*/ T : jet.Any?><init>(): test.ClassParamUsedInFun<T>
|
||||
internal final fun f(/*0*/ t: T): jet.Int
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@ internal abstract trait test.A : jet.Any {
|
||||
internal open fun f(): jet.String
|
||||
}
|
||||
internal final class test.B : test.A {
|
||||
public final /*constructor*/ fun <init>(): test.B
|
||||
public final /*primary constructor*/ fun <init>(): test.B
|
||||
internal open override /*1*/ /*fake_override*/ fun f(): jet.String
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
namespace test
|
||||
|
||||
internal open class test.Base</*0*/ T : jet.Any?> : jet.Any {
|
||||
public final /*constructor*/ fun </*0*/ T : jet.Any?><init>(): test.Base<T>
|
||||
public final /*primary constructor*/ fun </*0*/ T : jet.Any?><init>(): test.Base<T>
|
||||
internal final fun foo(): T
|
||||
}
|
||||
internal final class test.Inh : test.Base<jet.String> {
|
||||
public final /*constructor*/ fun <init>(): test.Inh
|
||||
public final /*primary constructor*/ fun <init>(): test.Inh
|
||||
internal final override /*1*/ /*fake_override*/ fun foo(): jet.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user