Files
kotlin-fork/compiler/testData/codegen/light-analysis/builtinStubMethods/nonTrivialUpperBound.txt
T

14 lines
493 B
Plaintext
Vendored

public final class MyIterator {
public method <init>(): void
public synthetic method hasNext(): boolean
public @org.jetbrains.annotations.NotNull method hasNext(): java.lang.Void
public synthetic method next(): java.lang.Object
public @org.jetbrains.annotations.NotNull method next(): java.lang.Void
public method remove(): void
}
public final class NonTrivialUpperBoundKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}