summaryrefslogtreecommitdiff
path: root/test/files/pos/bug361.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-01-17 15:07:00 +0000
committermichelou <michelou@epfl.ch>2006-01-17 15:07:00 +0000
commit8ecff3568d62472d02e23698330a8111b4b081b2 (patch)
tree4ec4259b1fc919aeefdc1f0c7e1acf1e72f94772 /test/files/pos/bug361.scala
parent60ee99e4ad87fd4f50a7c6e3d89b4305733c5f9b (diff)
downloadscala-8ecff3568d62472d02e23698330a8111b4b081b2.tar.gz
scala-8ecff3568d62472d02e23698330a8111b4b081b2.tar.bz2
scala-8ecff3568d62472d02e23698330a8111b4b081b2.zip
replaced ':' (deprecated) by 'requires' in test...
replaced ':' (deprecated) by 'requires' in test/files/pos/bug360.scala, ..
Diffstat (limited to 'test/files/pos/bug361.scala')
-rw-r--r--test/files/pos/bug361.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug361.scala b/test/files/pos/bug361.scala
index f48c906246..b12097e2cb 100644
--- a/test/files/pos/bug361.scala
+++ b/test/files/pos/bug361.scala
@@ -2,7 +2,7 @@
class Bug361Global extends Bug361Trees;
-abstract class Bug361Trees: Bug361Global {
+abstract class Bug361Trees requires Bug361Global {
abstract class Tree {
var pos: int = 0;