summaryrefslogtreecommitdiff
path: root/test/files/run/priorityQueue.scala
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2009-11-20 17:25:08 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2009-11-20 17:25:08 +0000
commit346aff23bf186ab911e12c856ba837e50aa218b3 (patch)
tree016297b9ab41bfee6956386d4d2ff73d99fda249 /test/files/run/priorityQueue.scala
parent88b60e35e60304b6e31cec8c53542855c30197bb (diff)
downloadscala-346aff23bf186ab911e12c856ba837e50aa218b3.tar.gz
scala-346aff23bf186ab911e12c856ba837e50aa218b3.tar.bz2
scala-346aff23bf186ab911e12c856ba837e50aa218b3.zip
Changes made in the clean up phase - now the sy...
Changes made in the clean up phase - now the symbols get interned during classload for each symbol literal - references to them reside in static fields. These static fields get initialized in static constructors - the java backend will now identify ctors with static flags and generate a static initializer containing the necessary code.
Diffstat (limited to 'test/files/run/priorityQueue.scala')
-rw-r--r--test/files/run/priorityQueue.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/priorityQueue.scala b/test/files/run/priorityQueue.scala
index f695b41a37..e582448342 100644
--- a/test/files/run/priorityQueue.scala
+++ b/test/files/run/priorityQueue.scala
@@ -251,6 +251,9 @@ object Test {
//println(pq)
//assert(ind == 5)
//assertPriorityDestructive(pq)
+
+ //pq.clear
+ //pq ++= (0 until 10)
}
}