Update classTypeParameter.kt test
This commit is contained in:
@@ -26,7 +26,6 @@ open class SimpleClass
|
|||||||
interface GenericInterface<Z>
|
interface GenericInterface<Z>
|
||||||
open class GenericClass<Z>
|
open class GenericClass<Z>
|
||||||
|
|
||||||
@Suppress("UNSUPPORTED")
|
|
||||||
class Simple<@TypeParameterAnn("T") @TypeParameterAnnBinary @TypeParameterAnnSource T> {
|
class Simple<@TypeParameterAnn("T") @TypeParameterAnnBinary @TypeParameterAnnSource T> {
|
||||||
fun test(p: T) : T {
|
fun test(p: T) : T {
|
||||||
return p
|
return p
|
||||||
|
|||||||
@@ -88,6 +88,9 @@ public final class foo/InterfaceClassBound : java/lang/Object {
|
|||||||
|
|
||||||
<T:Ljava/lang/Object;>Ljava/lang/Object;
|
<T:Ljava/lang/Object;>Ljava/lang/Object;
|
||||||
public final class foo/Simple : java/lang/Object {
|
public final class foo/Simple : java/lang/Object {
|
||||||
|
@Lfoo/TypeParameterAnn;([name="T"]) : CLASS_TYPE_PARAMETER 0, null
|
||||||
|
@Lfoo/TypeParameterAnnBinary;([]) : CLASS_TYPE_PARAMETER 0, null // invisible
|
||||||
|
|
||||||
public void <init>()
|
public void <init>()
|
||||||
|
|
||||||
(TT;)TT;
|
(TT;)TT;
|
||||||
|
|||||||
Reference in New Issue
Block a user