mirror of
https://github.com/github/codeql.git
synced 2026-02-19 08:23:45 +01:00
336 B
336 B
lgtm,codescanning
- A CodeQL class
MemberTypeis introduced to describe nested classes. ItsgetQualifiedNamemethod returns$-delimited nested type names (for example,mypackage.Outer$Middle$Inner), where previously the same type would be named differently depending on whether it was addressed as aNestedTypeor aMember.