Only stub effectively public declarations

This commit is contained in:
Tamas Vajk
2021-04-16 09:56:52 +02:00
parent 66eca53b00
commit eabf6b0be8

View File

@@ -25,7 +25,8 @@ class UsedInSource extends GeneratedDeclaration {
or
this = any(Attribute a).getType().getAConstructor()
) and
this.fromLibrary()
this.fromLibrary() and
this.(Modifiable).isEffectivelyPublic()
}
}