Files
kotlin-fork/compiler/testData/codegen/light-analysis/classes/kt707.txt
T

15 lines
824 B
Plaintext
Vendored

public final class Kt707Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method mapHead(@org.jetbrains.annotations.NotNull p0: List, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): List
}
public final class List {
private final field head: java.lang.Object
private final @org.jetbrains.annotations.Nullable field tail: List
public method <init>(p0: java.lang.Object, @org.jetbrains.annotations.Nullable p1: List): void
public synthetic method <init>(p0: java.lang.Object, p1: List, p2: int, p3: kotlin.jvm.internal.DefaultConstructorMarker): void
public final method getHead(): java.lang.Object
public final @org.jetbrains.annotations.Nullable method getTail(): List
}