summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-equality.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-12-29 05:13:18 -0800
committerEugene Burmako <xeno.by@gmail.com>2012-12-29 05:13:18 -0800
commit8c7e034d528017afea18e9f345be71f7485380ee (patch)
treeab742a667b9d6c5b49f69b743a8f36a401cbeab0 /test/files/run/reflection-equality.check
parent278eea7d85632419ba58e7c5c628449addff137f (diff)
parent56ef2b330dfb3381fe2f6e717b959f1757ce69bb (diff)
downloadscala-8c7e034d528017afea18e9f345be71f7485380ee.tar.gz
scala-8c7e034d528017afea18e9f345be71f7485380ee.tar.bz2
scala-8c7e034d528017afea18e9f345be71f7485380ee.zip
Merge pull request #1814 from scalamacros/topic/reflection
adds extractors for TypeName, TermName and Modifiers
Diffstat (limited to 'test/files/run/reflection-equality.check')
-rw-r--r--test/files/run/reflection-equality.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reflection-equality.check b/test/files/run/reflection-equality.check
index 65b525731f..b3b66f48d6 100644
--- a/test/files/run/reflection-equality.check
+++ b/test/files/run/reflection-equality.check
@@ -29,7 +29,7 @@ scala.AnyRef {
def methodIntIntInt(x: scala.Int,y: scala.Int): scala.Int
}
-scala> val ms: MethodSymbol = ts.declaration(newTermName("methodIntIntInt")).asMethod
+scala> val ms: MethodSymbol = ts.declaration(TermName("methodIntIntInt")).asMethod
ms: reflect.runtime.universe.MethodSymbol = method methodIntIntInt
scala> val MethodType( _, t1 ) = ms.typeSignature