We are not allow to do something like this. ``` cl...
# announcements
a
We are not allow to do something like this.
Copy code
class Container<T> {
  for (bar in container) {
    // do stuff with bar
  }
}