nikki1-1.bsky.social
@nikki1-1.bsky.social
Reposted
This is my first time implementing class inheritance via vtables (in my tiny Kotlin runtime).

A::foo() vs B::foo() get resolved through vtables in the generated code if they cannot be resolved statically. Seeing it work correctly is more satisfying than it should be.

#kotlin
November 22, 2025 at 9:11 PM