aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2014-03-29 11:13:30 +0100
committerDmitry Petrashko <dark@d-d.me>2014-03-29 11:13:30 +0100
commit5d9feeffbf0cdbb93db9d82b1a11202e6943e950 (patch)
treeb78faafa9637dbac584c86b19f524eb9ba7c5a92 /src/dotty/tools/dotc/core/SymDenotations.scala
parenta926843e01a5f392a6d2b38858e5874bdb72fe1f (diff)
parentd26d18926d886468406a70ecf676e899c939de9f (diff)
downloaddotty-5d9feeffbf0cdbb93db9d82b1a11202e6943e950.tar.gz
dotty-5d9feeffbf0cdbb93db9d82b1a11202e6943e950.tar.bz2
dotty-5d9feeffbf0cdbb93db9d82b1a11202e6943e950.zip
Merge pull request #101 from dotty-staging/transform/erasure
Transform/erasure
Diffstat (limited to 'src/dotty/tools/dotc/core/SymDenotations.scala')
-rw-r--r--src/dotty/tools/dotc/core/SymDenotations.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/core/SymDenotations.scala b/src/dotty/tools/dotc/core/SymDenotations.scala
index b5c7ea539..f07eaa2be 100644
--- a/src/dotty/tools/dotc/core/SymDenotations.scala
+++ b/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -1214,6 +1214,10 @@ object SymDenotations {
val cname = if (this is ImplClass) nme.IMPLCLASS_CONSTRUCTOR else nme.CONSTRUCTOR
decls.denotsNamed(cname).first.symbol
}
+
+ def underlyingOfValueClass: Type = ???
+
+ def valueClassUnbox: Symbol = ???
}
/** The denotation of a package class.