We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c739498 commit b167703Copy full SHA for b167703
test/multifile/typealias/two-modules/main.swift
@@ -10,6 +10,7 @@
10
// RUN: %target-build-swift -g %S/main.swift %t/linker/library.o -I %t/linker/ -L %t/linker/ -o %t/linker/main
11
12
import library
13
+import enum library.Result
14
15
func testFunction<T>(withCompletion completion: (Result<T, Error>) -> Void) { }
16
testFunction { (result: GenericResult<Int>) in }
0 commit comments