44 lines
1.2 KiB
Plaintext
Vendored
44 lines
1.2 KiB
Plaintext
Vendored
@NoArg
|
|
@kotlin.Metadata
|
|
public interface BaseIntf {
|
|
// source: 'defaultParameters.kt'
|
|
}
|
|
|
|
@NoArg
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class MetaAnno {
|
|
// source: 'defaultParameters.kt'
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
@kotlin.Metadata
|
|
public annotation class NoArg {
|
|
// source: 'defaultParameters.kt'
|
|
}
|
|
|
|
@NoArg
|
|
@kotlin.Metadata
|
|
public final class Test {
|
|
// source: 'defaultParameters.kt'
|
|
public method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): void
|
|
public synthetic method <init>(p0: java.lang.String, p1: int, p2: int, p3: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Test2 {
|
|
// source: 'defaultParameters.kt'
|
|
public method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: long): void
|
|
public synthetic method <init>(p0: java.lang.String, p1: long, p2: int, p3: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
}
|
|
|
|
@MetaAnno
|
|
@kotlin.Metadata
|
|
public final class Test3 {
|
|
// source: 'defaultParameters.kt'
|
|
public method <init>(): void
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|