[swift-evolution] [Idea] Add blockreturn keyword

Kenny Leung kenny_leung at pobox.com
Wed Feb 17 13:44:52 CST 2016


Hi All.

Floating another idea.

I often get “return blind” when looking at a method with blocks inside of it. I don’t know whether a return returns from the method or a block within that method. It would be nice to have a totally different keyword for blocks so I could distinguish the two.

-Kenny



More information about the swift-evolution mailing list