We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9cab2 commit 8053b72Copy full SHA for 8053b72
swift/ql/lib/codeql/swift/elements/type/LValueType.qll
@@ -1,4 +1,5 @@
1
-// generated by codegen/codegen.py, remove this comment if you wish to edit this file
2
private import codeql.swift.generated.type.LValueType
3
4
-class LValueType extends Generated::LValueType { }
+class LValueType extends Generated::LValueType {
+ override Type getResolveStep() { result = this.getImmediateObjectType() }
5
+}
0 commit comments