ceylon / ceylon.ast

Apache License 2.0
18 stars 3 forks source link

allow Tuple MatchCase for new switch on tuple feature #125

Closed jvasileff closed 7 years ago

jvasileff commented 7 years ago

MatchCases with Tuples literals like case ([1, 2]) are now supported by the typechecker. See https://github.com/ceylon/ceylon/issues/4127#issuecomment-246292682

lucaswerkmeister commented 7 years ago

Fix on branch tupleMatchCase, awaiting merge of ceylon/ceylon branch 4127.

jvasileff commented 7 years ago

đź‘Ť

lucaswerkmeister commented 7 years ago

(Note to self: don’t forget to add this to the CHANGES wiki page when merged. I don’t want to do that yet in case something changes.)