Skip to content

Commit 8053b72

Browse files
committed
Swift: Skip lvalue types.
1 parent 6b9cab2 commit 8053b72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// generated by codegen/codegen.py, remove this comment if you wish to edit this file
21
private import codeql.swift.generated.type.LValueType
32

4-
class LValueType extends Generated::LValueType { }
3+
class LValueType extends Generated::LValueType {
4+
override Type getResolveStep() { result = this.getImmediateObjectType() }
5+
}

0 commit comments

Comments
 (0)