Palash Golecha
interface MyInterface { fun doSomething() } fun useMyInterface(obj: MyInterface) { obj.doSomething() }
typedef struct { libtest_KNativePtr pinned; } libtest_kref_io_example_test_MyInterface; struct { libtest_KType* (*_type)(void); void (*doSomething)(libtest_kref_io_example_test_listeners_MyInterface thiz); } MyInterface;
MyInterface
useMyInterface
libtest_kref_io_example_test_MyInterface
A modern programming language that makes developers happier.