mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
rename symbol graph files for cross-import overlays
rdar://79474927
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
public struct A {
|
||||
public var x: Int
|
||||
|
||||
public init(x: Int) {
|
||||
self.x = x
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user