mirror of
https://github.com/github/codeql.git
synced 2026-03-23 16:06:47 +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.