Skip to content

Commit 659da08

Browse files
committed
unified: Fix incorrect expectation
Module names can only be referenced by an import declaration, they cannot appear directly on front of a type name unless the module is also imported.
1 parent 05fe395 commit 659da08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • unified/ql/test/library-tests/static-name-binding/package1/Sources/Target1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
let x: A; // $ access=Target1.A
2-
let y: Target2.A; // $ access=Target2.A
2+
let y: Target2.A; // $ SPURIOUS: access=Target2.A

0 commit comments

Comments
 (0)