We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5ffd9 commit 455abe4Copy full SHA for 455abe4
Sources/MacroToolkit/Type.swift
@@ -3,7 +3,7 @@ import SwiftSyntaxBuilder
3
4
// TODO: Implement type normalisation and pretend sugar doesn't exist (e.g. Int? looks like Optional<Int> to devs)
5
/// Wraps type syntax (e.g. `Result<Success, Failure>`).
6
-public enum Type: TypeProtocol, SyntaxExpressibleByStringInterpolation {
+public enum `Type`: TypeProtocol, SyntaxExpressibleByStringInterpolation {
7
/// An array type (e.g. `[Int]`).
8
case array(ArrayType)
9
/// A `class` token in a conformance list. Equivalent to `AnyObject`.
0 commit comments