CLOVIS
09/21/2024, 9:54 PMprivate class Foo<RootParent, Value>(
…
) : KProperty1<RootParent, Value>
does not compile, with:
Implementing a function interface is prohibited in JavaScript.
I kinda understand why that would be an issue. But… KProperty1
has implementations in the standard library elsewhere. How do they do it?ephemient
09/21/2024, 10:23 PMKProperty
instances are generated by the compiler (which is of course free to produce code that you cannot otherwise write)