Support generating computable properties inside inline classes

This commit is contained in:
Mikhail Zarechenskiy
2018-02-06 16:52:52 +03:00
parent 47aeeb36e4
commit 30c79ffadc
10 changed files with 88 additions and 3 deletions
@@ -0,0 +1,16 @@
@kotlin.Metadata
public final static class Foo$Erased {
public final static @org.jetbrains.annotations.NotNull method box(p0: int): Foo
public final static method getAsThis(p0: int): int
public final static method getProp(p0: int): int
}
@kotlin.Metadata
public final class Foo {
private final field x: int
public method <init>(p0: int): void
public final method getAsThis(): int
public final method getProp(): int
public final method getX(): int
public final method unbox(): int
}