You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -960,11 +960,6 @@ protected static void AddParentClassToErrorClasses(CodeElement currentElement, s
960
960
{
961
961
Name=parentClassName,
962
962
IsExternal=true,
963
-
TypeDefinition=newCodeType
964
-
{
965
-
Name=parentClassNamespace,
966
-
IsExternal=true,
967
-
}
968
963
});
969
964
}
970
965
else
@@ -997,10 +992,11 @@ protected static void AddParentClassToErrorClasses(CodeElement currentElement, s
997
992
{
998
993
Name=parentClassNamespace,
999
994
IsExternal=true,
1000
-
}
995
+
},
996
+
IsErasable=isErasable
1001
997
});
1002
998
}
1003
-
CrawlTree(currentElement, x =>AddParentClassToErrorClasses(x,parentClassName,parentClassNamespace,addNamespaceToInheritDeclaration,isInterface));
999
+
CrawlTree(currentElement, x =>AddParentClassToErrorClasses(x,parentClassName,parentClassNamespace,addNamespaceToInheritDeclaration,isInterface,isErasable));
0 commit comments