elect
11/01/2022, 5:22 PMAccessing super members from public-API inline function is deprecatedWhich workarounds are available? I'd need to call the following
class Texture1d : Texture {
inline fun <reified T> load(..): T = super.load<T>(..) // error
ephemient
11/01/2022, 5:53 PMelect
11/01/2022, 6:45 PMephemient
11/01/2022, 7:11 PMelect
11/01/2022, 7:13 PM