Closed
Description
Input:
abstract class ASPKGElement {
protected useShadow: boolean = true
}
class NavBar extends ASPKGElement {
protected useShadow: boolean = false
}
TS example with no error
AS example with error
I think this is an enhancement
issue, right?