Ayfri
08/08/2021, 4:58 PMclass Test {
readonly a: string
b: number
c(): typeof Test
}
I mean, what typeof Test
should be in Kotlin ? I thought of Class<Test>
but I guess it's not rightGUIGAL Allan
08/08/2021, 4:59 PMBig Chungus
08/08/2021, 6:47 PMBig Chungus
08/08/2021, 6:47 PM