129de76288
but not for value classes. Since inline classes and value classes share the same flag, we use presence of the annotation to distinguish them.
21 lines
939 B
Plaintext
Vendored
21 lines
939 B
Plaintext
Vendored
@kotlin.jvm.JvmInline
|
|
@kotlin.Metadata
|
|
public final class Foo {
|
|
// source: 'computablePropertiesInsideInlineClass.kt'
|
|
private final field x: int
|
|
private synthetic method <init>(p0: int): void
|
|
public synthetic final static method box-impl(p0: int): Foo
|
|
public static method constructor-impl(p0: int): int
|
|
public method equals(p0: java.lang.Object): boolean
|
|
public static method equals-impl(p0: int, p1: java.lang.Object): boolean
|
|
public final static method equals-impl0(p0: int, p1: int): boolean
|
|
public final static method getAsThis-qUNOhfQ(p0: int): int
|
|
public final static method getProp-impl(p0: int): int
|
|
public final method getX(): int
|
|
public method hashCode(): int
|
|
public static method hashCode-impl(p0: int): int
|
|
public method toString(): java.lang.String
|
|
public static method toString-impl(p0: int): java.lang.String
|
|
public synthetic final method unbox-impl(): int
|
|
}
|