Avatar
@swift-main enum Foo { case foo(baz: Int) case foo(bar: Int) // NO ERROR!!!! }