6b343515e1
This is needed to keep consistency with other dumps and to allow test helper plugin to recognize those dumps
44 lines
1.3 KiB
Plaintext
Vendored
44 lines
1.3 KiB
Plaintext
Vendored
@AllOpen
|
|
@java.lang.annotation.Retention(value=RUNTIME)
|
|
@kotlin.Metadata
|
|
public annotation class AllOpen {
|
|
// source: 'allOpenOnNotClasses.kt'
|
|
}
|
|
|
|
@AllOpen
|
|
@kotlin.Metadata
|
|
public final enum class Enum {
|
|
// source: 'allOpenOnNotClasses.kt'
|
|
private synthetic final static field $VALUES: Enum[]
|
|
private synthetic final static method $values(): Enum[]
|
|
static method <clinit>(): void
|
|
private method <init>(p0: java.lang.String, p1: int): void
|
|
public static method valueOf(p0: java.lang.String): Enum
|
|
public static method values(): Enum[]
|
|
}
|
|
|
|
@AllOpen
|
|
@kotlin.Metadata
|
|
public interface Intf {
|
|
// source: 'allOpenOnNotClasses.kt'
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class MyClass {
|
|
// source: 'allOpenOnNotClasses.kt'
|
|
private @AllOpen @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
|
public method <init>(): void
|
|
public final @AllOpen @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
|
public final @AllOpen method method(): void
|
|
public final @AllOpen method setProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
@AllOpen
|
|
@kotlin.Metadata
|
|
public final class Obj {
|
|
// source: 'allOpenOnNotClasses.kt'
|
|
public final static @org.jetbrains.annotations.NotNull field INSTANCE: Obj
|
|
static method <clinit>(): void
|
|
private method <init>(): void
|
|
}
|