aboutsummaryrefslogblamecommitdiff
path: root/tests/repl/infixTypeOp.check
blob: fe8e453fb262102a80e7e162a8969848ee7fadec (plain) (tree)
1
2
3
4
5




                                       
scala> trait +[A, B]
defined trait +
scala> type IntAndString = Int + String
defined type alias IntAndString
scala> :quit