Skip to content

Commit d50be34

Browse files
committed
Reproducer for rdar://143582881.
1 parent 464d9d3 commit d50be34

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// RUN: %empty-directory(%t)
2+
// RUN: split-file %s %t
3+
4+
// RUN: %target-swift-frontend -typecheck %t/Main.swift %t/Other.swift -enable-upcoming-feature MemberImportVisibility
5+
6+
//--- Main.swift
7+
8+
import Foundation
9+
10+
func test() -> CGSize {
11+
return CGSize(width: 60, height: 45)
12+
}
13+
14+
//--- Other.swift
15+
16+
import CoreGraphics

0 commit comments

Comments
 (0)