Files
swift-mirror/test/Constraints/Inputs/has_ambiguities.swift
Jordan Rose cf8baedee2 Re-apply "Rename @transparent to @_transparent for now."
This re-applies 90fcbfe9a6. I'll be committing
the corresponding change to Foundation momentarily.
2015-11-16 10:53:56 -08:00

3 lines
86 B
Swift

@_transparent public func maybeTrans(i: Int16) {}
public func maybeTrans(i: Int32) {}