mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
299 B
299 B
lgtm,codescanning
- Implicit base constructor calls are now extracted. For example, in
there is an implicit call to the
class Base { public Base() { } } class Sub : Base { public Sub() { } }Baseconstructor from theSubconstructor.