Skip to content

Commit 61e66f0

Browse files
committed
make snippet compile
1 parent 19eae3c commit 61e66f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestModules/Snippets/Phyla.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct Struct
5858
func staticMethod()
5959
{
6060
}
61-
61+
6262
public static
6363
var staticProperty:Void { return }
6464

@@ -123,7 +123,7 @@ actor Actor
123123
}
124124
}
125125

126-
public
126+
@attached(extension) public
127127
macro Macro<T>(_:T.Type) = ModuleName.MacroName
128128

129129
extension Int:Protocol

0 commit comments

Comments
 (0)