I can create wrappers for this, but is there any o...
# announcements
s
I can create wrappers for this, but is there any other way?
Copy code
fun main(args: Array<String>) {
    class SampleWrapper : Sample<SampleWrapper>()

    val sample = SampleWrapper()
}