Skip to content

Commit 4300a58

Browse files
committed
Fix test/Interpreter/dynamic_replacement_opaque_result.swift
rdar://53029978
1 parent 277a4dc commit 4300a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Interpreter/Inputs/dynamic_replacement_opaque1.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ extension Int: P {
1010
}
1111

1212
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
13-
func bar(_ x: Int) -> some P {
13+
func bar(_ x: Int64) -> some P {
1414
return x
1515
}
1616

1717
struct Container {
1818
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
19-
func bar(_ x: Int) -> some P {
19+
func bar(_ x: Int64) -> some P {
2020
return x
2121
}
2222

0 commit comments

Comments
 (0)