mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
bf84b297f8
Module references get indexed as a 'module' symbol; they get USRs similar to how clang would assign a USR for a module reference. JIRA: https://bugs.swift.org/browse/SR-8677
5 lines
77 B
Swift
5 lines
77 B
Swift
public struct MyType {}
|
|
public struct MyGeneric<T, U> {
|
|
public init() {}
|
|
}
|