Description
export default abstract class B {
}
By the way, the same with
export default declare class B {
}
Seems to be a parser bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
export default abstract class B {
}
By the way, the same with
export default declare class B {
}
Seems to be a parser bug