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 a9f16c7 commit 52cf749Copy full SHA for 52cf749
include/swift/AST/Decl.h
@@ -2862,7 +2862,7 @@ class GenericTypeDecl : public GenericContext, public TypeDecl {
2862
/// code. One is formed implicitly when a declaration is written with an opaque
2863
/// result type, as in:
2864
///
2865
-/// func foo() -> opaque SignedInteger { return 1 }
+/// func foo() -> some SignedInteger { return 1 }
2866
2867
/// The declared type is a special kind of ArchetypeType representing the
2868
/// abstracted underlying type.
0 commit comments