Files
swift-mirror/test/Constraints/Inputs/has_ambiguities.swift
Jordan Rose a2af37a19b Split PrintOptions::printEverything into printEverything and printVerbose.
The former is for debugging, the latter is for detailed presentation to users.
swift -print-ast will continue using printEverything, as will swift-ide-test,
but all other features should use printVerbose.

Swift SVN r20432
2014-07-23 22:28:55 +00:00

3 lines
85 B
Swift

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