From 8217c06e4f2b8a6312caa257f9a629dc59979ab7 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Mon, 27 Jan 2014 16:00:53 +0300 Subject: proceeds with the quest of removing `local` from names Continuing in the direction set by the parent commit, this commit rephrases some more usages of `local` in names and comments in typer. --- test/files/neg/t6323a.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/files/neg/t6323a.check b/test/files/neg/t6323a.check index b649cfc86f..261a60ef3c 100644 --- a/test/files/neg/t6323a.check +++ b/test/files/neg/t6323a.check @@ -6,7 +6,7 @@ t6323a.scala:11: materializing requested reflect.runtime.universe.type.TypeTag[T ^ t6323a.scala:11: `package`.this.materializeTypeTag[Test](scala.reflect.runtime.`package`.universe) is not a valid implicit value for reflect.runtime.universe.TypeTag[Test] because: failed to typecheck the materialized tag: -cannot create a TypeTag referring to local class Test.Test: use WeakTypeTag instead +cannot create a TypeTag referring to class Test.Test local to the reifee: use WeakTypeTag instead val value = u.typeOf[Test] ^ t6323a.scala:11: error: No TypeTag available for Test -- cgit v1.2.3