Introduce 'reified' instead of 'erased'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace test
|
||||
|
||||
final class test.ClassParamUsedInFun</*0,r*/ in T : jet.Any?> : jet.Any {
|
||||
final /*constructor*/ fun </*0,r*/ in T : jet.Any?><init>(): test.ClassParamUsedInFun<T>
|
||||
final class test.ClassParamUsedInFun</*0*/ in T : jet.Any?> : jet.Any {
|
||||
final /*constructor*/ fun </*0*/ in T : jet.Any?><init>(): test.ClassParamUsedInFun<T>
|
||||
final fun f(/*0*/ t: T): jet.Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user