Given this exciting function: function f() { let eval=eval; print(a)} We get the error Cannot access uninitialized variable It appears that triggering this requires using a variable named eval, and also accessing eval in the same scope. This is very clearly a P0 :D
<rdar://problem/79822761>