We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59ca68 commit f20424cCopy full SHA for f20424c
test/Sema/enum_raw_representable_multi_file.swift
@@ -1,6 +1,6 @@
1
// RUN: %target-swift-frontend -parse -verify -primary-file %s %S/Inputs/enum_multi_file_helper.swift
2
3
-var raw1: Int = Foo.A.rawValue
+var raw1: Int = Foo.a.rawValue
4
var raw2: Bar.RawValue = 0
5
var cooked1: Foo? = Foo(rawValue: raw1)
6
var cooked2: Bar? = Bar(rawValue: 22)
0 commit comments