mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02: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)`.