mirror of
https://github.com/github/codeql.git
synced 2026-03-23 16:06:47 +01:00
This arises when a generic class extends one of its parameters; for example, `class G<T> { val T.v; get() = 1 }`, where specialisation `G<List>` should generate a method specialisation `getV(List)`.