summaryrefslogtreecommitdiff
path: root/src/library/scala/Boolean.scala
diff options
context:
space:
mode:
authorAndrew Phillips <demobox1@yahoo.co.uk>2013-04-22 16:34:34 +0200
committerAndrew Phillips <demobox1@yahoo.co.uk>2013-04-22 19:30:05 +0200
commit240fa301614e591e7684211642fedb4863b57a5c (patch)
treea560c764f8a292c3d8c0feaac15b063ba5c456e4 /src/library/scala/Boolean.scala
parentf6323d866f3b9a6fa9a5d0218a47922115974781 (diff)
downloadscala-240fa301614e591e7684211642fedb4863b57a5c.tar.gz
scala-240fa301614e591e7684211642fedb4863b57a5c.tar.bz2
scala-240fa301614e591e7684211642fedb4863b57a5c.zip
Reverting changes to AnyVals generated classes in 9a82fc0
- Since the generator was not changed, the classes no longer represent the generated versions
Diffstat (limited to 'src/library/scala/Boolean.scala')
-rw-r--r--src/library/scala/Boolean.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library/scala/Boolean.scala b/src/library/scala/Boolean.scala
index e43b7d0a82..d51afdd931 100644
--- a/src/library/scala/Boolean.scala
+++ b/src/library/scala/Boolean.scala
@@ -10,6 +10,8 @@
package scala
+import scala.language.implicitConversions
+
/** `Boolean` (equivalent to Java's `boolean` primitive type) is a
* subtype of [[scala.AnyVal]]. Instances of `Boolean` are not
* represented by an object in the underlying runtime system.