Skip to content

Commit 60eb0fb

Browse files
committed
[Macros] Add missing test file
1 parent 25d324f commit 60eb0fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Macros/Inputs/ColorLib.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
public struct MyColor: _ExpressibleByColorLiteral {
2+
public init(_colorLiteralRed red: Float, green: Float, blue: Float, alpha: Float) { }
3+
public init(_colorLiteralHue hue: Float, saturation: Float, value: Float) { }
4+
}

0 commit comments

Comments
 (0)