mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
More specifically, don't try to emit a definition for them. Just fall through to what we do for forward-declarations...which also needed some fixing, to make sure we don't use a Swift typealias as its underlying type but never import the underlying type. https://bugs.swift.org/browse/SR-2352
4 lines
67 B
Swift
4 lines
67 B
Swift
import objc_generics
|
|
|
|
public typealias AliasForFungible = Fungible
|