Skip to content

Commit b167703

Browse files
committed
Add qualified import of Result in the test
1 parent c739498 commit b167703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/multifile/typealias/two-modules/main.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// RUN: %target-build-swift -g %S/main.swift %t/linker/library.o -I %t/linker/ -L %t/linker/ -o %t/linker/main
1111

1212
import library
13+
import enum library.Result
1314

1415
func testFunction<T>(withCompletion completion: (Result<T, Error>) -> Void) { }
1516
testFunction { (result: GenericResult<Int>) in }

0 commit comments

Comments
 (0)