mirror of
https://github.com/github/codeql.git
synced 2026-06-05 13:37:06 +02:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -55,7 +55,7 @@ module Impl {
|
||||
* impl MyTrait for MyType { ... }
|
||||
* ```
|
||||
*
|
||||
* the type being implemented is in both cases`MyType`.
|
||||
* the type being implemented is in both cases `MyType`.
|
||||
*/
|
||||
TypeItem getSelf() {
|
||||
result = this.getSelfTy().(TypeMention).getType().(DataType).getTypeItem()
|
||||
|
||||
Reference in New Issue
Block a user