Files
kotlin/compiler/testData/codegen/light-analysis/functions/defaultargs2.txt

20 lines
1.1 KiB
Plaintext
Vendored

public final class Defaultargs2Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public synthetic static method reformat$default(p0: java.lang.String, p1: boolean, p2: boolean, p3: boolean, p4: java.lang.String, p5: int, p6: java.lang.Object): T4
public final static @org.jetbrains.annotations.NotNull method reformat(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: boolean, p2: boolean, p3: boolean, @org.jetbrains.annotations.NotNull p4: java.lang.String): T4
}
public final class T4 {
private final field c1: boolean
private final field c2: boolean
private final field c3: boolean
private final @org.jetbrains.annotations.NotNull field c4: java.lang.String
public method <init>(p0: boolean, p1: boolean, p2: boolean, @org.jetbrains.annotations.NotNull p3: java.lang.String): void
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
public final method getC1(): boolean
public final method getC2(): boolean
public final method getC3(): boolean
public final @org.jetbrains.annotations.NotNull method getC4(): java.lang.String
}