hackerham
06/04/2018, 12:19 PMexternal class MyError extends Error { ... }
Roman Artemev [JB]
06/04/2018, 12:46 PMexternal
modifier is applicable only to interfaces.
And answering to your question, no, we cannot inherit external interface from non-externalhackerham
06/04/2018, 12:48 PMRoman Artemev [JB]
06/05/2018, 10:57 AMexternal class
in Kotlin/JS but inherit it from non-external class is prohibited.napperley
06/05/2018, 10:36 PM