From 702118b60b42b6b9287047111092eeba6d05cb89 Mon Sep 17 00:00:00 2001 From: yimajo Date: Sun, 5 Nov 2023 16:35:21 +0900 Subject: [PATCH] Update main.swift --- Sources/ImplementationMacroClient/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ImplementationMacroClient/main.swift b/Sources/ImplementationMacroClient/main.swift index b92083b..386dd50 100644 --- a/Sources/ImplementationMacroClient/main.swift +++ b/Sources/ImplementationMacroClient/main.swift @@ -1,6 +1,6 @@ import FatalErrorTestValueImplementation -//@FatalTestValue +@FatalTestValue struct Example { var create: @Sendable (Int) async throws -> Void var read: @Sendable (Int) async throws -> String