Skip to content

Commit fe0ae6b

Browse files
committed
Swift: add 5.7.1 migration scripts
1 parent ad66353 commit fe0ae6b

File tree

8 files changed

+10090
-0
lines changed

8 files changed

+10090
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Removes AbiSafeConversionExprs from ImplicitConversionExprs
2+
class Element extends @element {
3+
string toString() { none() }
4+
}
5+
6+
from Element e, Element child
7+
where implicit_conversion_exprs(e, child) and not abi_safe_conversion_exprs(e)
8+
select e, child

0 commit comments

Comments
 (0)