You can't currently do something like ``` for (int x in x) { ... } ``` because the loop variable will shadow the outer x.