aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/Pair.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/Pair.scala')
-rw-r--r--src/dotty/Pair.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dotty/Pair.scala b/src/dotty/Pair.scala
deleted file mode 100644
index 2322fe169..000000000
--- a/src/dotty/Pair.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-package dotty
-
-class Pair[T, U](x: T, y: U) {
-
-}