Skip to content

Commit f20424c

Browse files
committed
Modify forget.
1 parent c59ca68 commit f20424c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sema/enum_raw_representable_multi_file.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-frontend -parse -verify -primary-file %s %S/Inputs/enum_multi_file_helper.swift
22

3-
var raw1: Int = Foo.A.rawValue
3+
var raw1: Int = Foo.a.rawValue
44
var raw2: Bar.RawValue = 0
55
var cooked1: Foo? = Foo(rawValue: raw1)
66
var cooked2: Bar? = Bar(rawValue: 22)

0 commit comments

Comments
 (0)