29eb1c7a63
Nullability annotations are useless for the methods of anonymous classes due to their restricted scope. ^KT-62044: Fixed
29 lines
1.2 KiB
Plaintext
Vendored
29 lines
1.2 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public interface<<T:Ljava/lang/Object;>Ljava/lang/Object;> Sam {
|
|
// source: 't.kt'
|
|
public abstract <()TT;> method get(): java.lang.Object
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
synthetic final class<null> TKt$genericSam$1 {
|
|
// source: 't.kt'
|
|
public final <()Lkotlin/Function<*>;> method getFunctionDelegate(): kotlin.Function
|
|
public final <()TT;> method get(): java.lang.Object
|
|
static <null> method <clinit>(): void
|
|
<null> method <init>(): void
|
|
public final <null> method equals(p0: java.lang.Object): boolean
|
|
public final <null> method hashCode(): int
|
|
enclosing method TKt.genericSam()Ljava/lang/Object;
|
|
public final static field <null> INSTANCE: TKt$genericSam$1
|
|
inner (anonymous) class TKt$genericSam$1
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class<null> TKt {
|
|
// source: 't.kt'
|
|
public final static <<T:Ljava/lang/Object;>()TT;> method foo(): java.lang.Object
|
|
public final static <<T:Ljava/lang/Object;>()TT;> method genericSam(): java.lang.Object
|
|
public final static <<T:Ljava/lang/Object;>(LSam<TT;>;)TT;> method expectsSam(@org.jetbrains.annotations.NotNull p0: Sam): java.lang.Object
|
|
inner (anonymous) class TKt$genericSam$1
|
|
}
|