genbindings: allow subclassing abstract classes

This commit is contained in:
mappu 2024-11-23 19:31:27 +13:00
parent b643477cca
commit 4997641327

View File

@ -373,10 +373,6 @@ nextMethod:
continue // Skip private/protected
}
if ret.Abstract {
continue // The bindings can't construct an abstract class
}
// Check if this is `= delete`
if isExplicitlyDeleted(node) {
continue