groostav
05/24/2016, 3:50 AMdont care what the signature is, just match the one with this method name and override itsuch that I can write something like
class X{
class Null : X{
override fun doWhatever(...) = throw UnsupportedOperationException("doWhatever")
}
}