Skip to content

Commit aaa2c1c

Browse files
committed
unified: Add test with generic constructor call
1 parent 74e46ba commit aaa2c1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

unified/ql/test/library-tests/local-name-binding/class_scope.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,5 @@ typealias Alias<TypeParamAlias> =
7878
func foo<FooT>(x: FooT) // $ access=FooT
7979
-> D<FooT> { // $ access=D access=FooT
8080
let x: FooT = nil // $ access=FooT
81+
return D<FooT>() // $ access=D access=FooT
8182
}

0 commit comments

Comments
 (0)