rename symbol graph files for cross-import overlays

rdar://79474927
This commit is contained in:
Victoria Mitchell
2021-06-22 16:50:34 -06:00
parent 29176fc32a
commit 183db81d12
4 changed files with 43 additions and 24 deletions

View File

@@ -1,3 +1,7 @@
public struct A {
public var x: Int
public init(x: Int) {
self.x = x
}
}