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 0e9a3cb commit 4bcb371Copy full SHA for 4bcb371
validation-test/compiler_crashers_2_fixed/sr13703.swift
@@ -0,0 +1,9 @@
1
+// RUN: %swift-ide-test -code-completion -code-completion-token=COMPLETE -source-filename %s
2
+
3
+extension Result {
4
+ public init(_ value: Success?) {
5
+ self = value.map(#^COMPLETE^#)
6
+ }
7
+}
8
9
+public func materialize<T>(_ f: T) {}
0 commit comments