Skip to content

Commit 05a661e

Browse files
committed
1 parent 800efe2 commit 05a661e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/swift-files/indent/declarations.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ class Foo {
150150
: (Int, Int) {
151151
@A
152152
mutating
153-
get {
153+
get
154+
async
155+
throws {
154156
foo()
155157

156158
return foo()
@@ -170,6 +172,8 @@ class Foo {
170172
@A
171173
mutating
172174
get
175+
async
176+
throws
173177

174178
@A
175179
mutating

0 commit comments

Comments
 (0)