Support secondary constructors for inline classes
#KT-25614 Fixed #KT-25246 Fixed KT-25599 Will be fixed after recompilation of unsigned classes
This commit is contained in:
Vendored
+1
@@ -9,6 +9,7 @@ public final class Foo$Companion {
|
||||
@kotlin.Metadata
|
||||
public final static class Foo$Erased {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(p0: int): Foo
|
||||
public static method constructor(p0: int): int
|
||||
public final static method inInlineClass(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user