Hi,
I just tried to override Throwable.getMessage. Kotlin says: Error:(8, 5) Kotlin: ‘getMessage’ in ‘RuntimeException’ is final and cannot be overridden.
I don’t think this is true. The method appears non-final to me. Is this a bug?
thanks,
Rob
Hi,
I just tried to override Throwable.getMessage. Kotlin says: Error:(8, 5) Kotlin: ‘getMessage’ in ‘RuntimeException’ is final and cannot be overridden.
I don’t think this is true. The method appears non-final to me. Is this a bug?
thanks,
Rob
Looks like a bug, please report to the tracker