Files
kotlin-fork/compiler/testData/codegen/light-analysis/regressions/kt533.txt
T

24 lines
1.4 KiB
Plaintext
Vendored

public final class mask/Kt533Kt {
public final static @org.jetbrains.annotations.NotNull method backwards(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.Iterable
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method forEachChar(@org.jetbrains.annotations.NotNull p0: java.io.Reader, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
public final static method sum(@org.jetbrains.annotations.NotNull p0: java.util.LinkedList, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function2): int
}
public final class mask/Luhny {
private final @org.jetbrains.annotations.NotNull field buffer: java.util.LinkedList
private final @org.jetbrains.annotations.NotNull field digits: java.util.LinkedList
private field toBeMasked: int
public method <init>(): void
public final method charIn(p0: char): void
public final method check(): void
public final @org.jetbrains.annotations.NotNull method getBuffer(): java.util.LinkedList
public final @org.jetbrains.annotations.NotNull method getDigits(): java.util.LinkedList
public final method getToBeMasked(): int
public final method out(p0: char): void
public final method printAll(): void
public final method printOneDigit(): void
public final method setToBeMasked(p0: int): void
}