Join Slack
Powered by
I have declared this in my interface `open fun <...
# getting-started
g
gmaciel
05/20/2016, 12:28 PM
I have declared this in my interface
open fun <T : Exception>errorJson(errorResponse: T): JSONObject
? When i overrides the method in the concrete class it doesnt allow me to change de
<T>
type. Am i missing something?
Open in Slack
Previous
Next