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