From 90962407e72d88f8f3249ade0f6bd60ff15af5ce Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 6 Dec 2012 14:06:00 +0100 Subject: Initial commit --- src/dotty/tools/dotc/core/Constants.scala | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/dotty/tools/dotc/core/Constants.scala (limited to 'src/dotty/tools/dotc/core/Constants.scala') diff --git a/src/dotty/tools/dotc/core/Constants.scala b/src/dotty/tools/dotc/core/Constants.scala new file mode 100644 index 000000000..94e22cdd4 --- /dev/null +++ b/src/dotty/tools/dotc/core/Constants.scala @@ -0,0 +1,12 @@ +package dotty.tools.dotc +package core + +import Types._ + +object Constants { + + case class Constant(value: Any) { + def tpe: Type = ??? + } + +} \ No newline at end of file -- cgit v1.2.3