https://kotlinlang.org logo
p

Pagoda 5b

08/07/2019, 12:01 PM
Hi simple question: if I need to disambiguate between to possible super implementation of the same signature I can use an
override fun
calling
super<ChooseWhich>.myFunc(...)