Files
swift-mirror/test/Reflection/Inputs/swiftmodules/testModB.swift
Artem Chikin 92011f2f5a Gather opaque type conformance requirements when scanning associated type infos from a binary
When detecting that an associated type's substituted type is an opaque type, read out its opaque type descriptor to collect the names of protocols it must conform to.
2022-06-29 11:24:22 -07:00

5 lines
87 B
Swift

import Foundation
public struct testModBStruct {}
public protocol testModBProtocol {}