There was an error while loading. Please reload this page.
1 parent 74e46ba commit aaa2c1cCopy full SHA for aaa2c1c
1 file changed
unified/ql/test/library-tests/local-name-binding/class_scope.swift
@@ -78,4 +78,5 @@ typealias Alias<TypeParamAlias> =
78
func foo<FooT>(x: FooT) // $ access=FooT
79
-> D<FooT> { // $ access=D access=FooT
80
let x: FooT = nil // $ access=FooT
81
+ return D<FooT>() // $ access=D access=FooT
82
}
0 commit comments