summaryrefslogtreecommitdiff
path: root/test/files/neg/t783.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t783.scala')
-rw-r--r--test/files/neg/t783.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t783.scala b/test/files/neg/t783.scala
index 59f7c7f97d..5d20bc6d24 100644
--- a/test/files/neg/t783.scala
+++ b/test/files/neg/t783.scala
@@ -18,7 +18,7 @@ object Main extends App {
def globalInit : Global;
final def globalInit0 = globalInit.asInstanceOf[global.type];
}
-
+
object global0 extends Global {
object analyzer extends Analyzer {
type Global = global0.type;