mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
enum MyEnum {
case null
case str(String)
}
When completing elements for enum like this, the former shows `MyEnum`,
but the latter shows `(String) -> MyEnum`. This is inconsistent with
function call pattern which only shows the result type.
rdar://problem/48220244
11 KiB
11 KiB