zt
@Serializable open class Test<T>( val test: T ) @Serializable class TestImpl : Test<String>() // This doesn't work cause it needs the parameter
benkuly