Skip to content

Commit 2f1763c

Browse files
authored
Fix hash and client var name collision errors (#348)
1 parent 54d2f72 commit 2f1763c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stone/backends/swift_helpers.py

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
'typealias',
100100
'var',
101101
'default',
102+
'hash',
103+
'client',
102104
}
103105

104106

0 commit comments

Comments
 (0)