Commit 3acbb6e
committed
Skip macro-expanded code in the playground transform.
Playgrounds cannot display any macro expansions anyway and the @observable macro
can generate instrumentations that don't typecheck and/or reference missing
functions.
rdar://112122752
(cherry picked from commit 388bd6e)1 parent 07138e4 commit 3acbb6e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
949 | 949 | | |
950 | 950 | | |
951 | 951 | | |
952 | | - | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
953 | 955 | | |
954 | 956 | | |
955 | 957 | | |
| |||
0 commit comments