aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Platform.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-03-05 21:59:50 +0100
committerMartin Odersky <odersky@gmail.com>2013-03-05 21:59:50 +0100
commit1e70081069055630821bb6ca6c1e307e1ab074b4 (patch)
treef02afc70f9e6412206adf649ecbc767393db7bcb /src/dotty/tools/dotc/config/Platform.scala
parent3efd95c6b2f9a0347edcdc14535ff6ed6dae054c (diff)
downloaddotty-1e70081069055630821bb6ca6c1e307e1ab074b4.tar.gz
dotty-1e70081069055630821bb6ca6c1e307e1ab074b4.tar.bz2
dotty-1e70081069055630821bb6ca6c1e307e1ab074b4.zip
More polishing of types.
Diffstat (limited to 'src/dotty/tools/dotc/config/Platform.scala')
-rw-r--r--src/dotty/tools/dotc/config/Platform.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/config/Platform.scala b/src/dotty/tools/dotc/config/Platform.scala
index 304ddb2f1..7dc2507f2 100644
--- a/src/dotty/tools/dotc/config/Platform.scala
+++ b/src/dotty/tools/dotc/config/Platform.scala
@@ -28,7 +28,7 @@ abstract class Platform {
//def platformPhases: List[SubComponent]
/** The various ways a boxed primitive might materialize at runtime. */
- def isMaybeBoxed(sym: Symbol)(implicit ctx: Context): Boolean
+ def isMaybeBoxed(sym: ClassSymbol)(implicit ctx: Context): Boolean
/** Create a new class loader to load class file `bin` */
def newClassLoader(bin: AbstractFile)(implicit ctx: Context): SymbolLoader