Files
swift-mirror/test/Serialization/Inputs/def_operator.swift
Jordan Rose 929d86bb16 [serialization] Add support for prefix and postfix operators.
This includes adding an operator lookup table to ModuleFile. Operators are
keyed by a (name, fixity) pair.

Swift SVN r6078
2013-07-08 23:41:06 +00:00

3 lines
46 B
Swift

operator prefix ~~~ {}
operator postfix ^^ {}