aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/Pair.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-03-14 17:39:03 +0100
committerMartin Odersky <odersky@gmail.com>2013-03-14 17:39:03 +0100
commit0d2fd0fd49fb1b6d4ab344ae32da493b36c99ba7 (patch)
tree25b4879b846ede6513331f9c1bbd5c480f37c833 /src/dotty/Pair.scala
parent016a60cda879f9c326d3f732fe33ec070f998999 (diff)
downloaddotty-0d2fd0fd49fb1b6d4ab344ae32da493b36c99ba7.tar.gz
dotty-0d2fd0fd49fb1b6d4ab344ae32da493b36c99ba7.tar.bz2
dotty-0d2fd0fd49fb1b6d4ab344ae32da493b36c99ba7.zip
Defining standard dotty classes used in Definitions.
Diffstat (limited to 'src/dotty/Pair.scala')
-rw-r--r--src/dotty/Pair.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dotty/Pair.scala b/src/dotty/Pair.scala
new file mode 100644
index 000000000..73696b69c
--- /dev/null
+++ b/src/dotty/Pair.scala
@@ -0,0 +1,5 @@
+package dotty
+
+class Pair[T, U](x: T, y: U) {
+
+} \ No newline at end of file