aboutsummaryrefslogtreecommitdiff
path: root/tests/repl/infixTypeOp.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repl/infixTypeOp.check')
-rw-r--r--tests/repl/infixTypeOp.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/repl/infixTypeOp.check b/tests/repl/infixTypeOp.check
new file mode 100644
index 000000000..fe8e453fb
--- /dev/null
+++ b/tests/repl/infixTypeOp.check
@@ -0,0 +1,5 @@
+scala> trait +[A, B]
+defined trait +
+scala> type IntAndString = Int + String
+defined type alias IntAndString
+scala> :quit