blob: 59a1a626d833185c4837c36f4d02103d9a031da4 [file] [log] [blame]
class A {
void doSmth() {
[1, 2, 3].each <selection>{ println "smth" }</selection>
}
}