Example:

enum A : [Int] {
    case B = [1,2,3]
}


Currently, the following error occurs: "raw value for enum case must be a 
literal"
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to