Support inline classes (#1840)

This commit is contained in:
SvyatoslavScherbina
2018-08-10 09:57:15 +03:00
committed by GitHub
parent 699d530e87
commit cd4f116f78
49 changed files with 1486 additions and 896 deletions
@@ -40,6 +40,8 @@ int main(void) {
__ kotlin.root.topLevelFunctionVoid(42, 0);
printf("topLevel = %d %d\n", topLevelFunctionFromC(780, 3), __ kotlin.root.topLevelFunctionFromCShort(5, 2));
__ kotlin.root.useInlineClasses(42, "bar", base);
__ DisposeString(string);
__ DisposeStablePointer(base.pinned);
__ DisposeStablePointer(child.pinned);