blob: 6c010b37603cdcdaee40fd9c5dfca5cf1d376b04 [file] [log] [blame]
// This is used by the matching_patterns test to test qualified reference to
// enum elements.
public enum ImportedEnum {
case Simple
case Compound(Int)
}