From 45cf745ccfe5b3729be70dee604beb0b7b411faf Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Tue, 13 Nov 2012 18:46:03 +0100 Subject: Update comment. --- src/reflect/scala/reflect/internal/TreeInfo.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/reflect') diff --git a/src/reflect/scala/reflect/internal/TreeInfo.scala b/src/reflect/scala/reflect/internal/TreeInfo.scala index 90f4f6fc8f..8ad15f37e4 100644 --- a/src/reflect/scala/reflect/internal/TreeInfo.scala +++ b/src/reflect/scala/reflect/internal/TreeInfo.scala @@ -249,7 +249,8 @@ abstract class TreeInfo { * Does this tree represent an irrefutable pattern match * in the position `for { <- expr }` based only * on information at the `parser` phase? To qualify, there - * may be no Stable Identifier Patterns. + * may be no subtree that will be interpreted as a + * Stable Identifier Pattern. * * For instance: * -- cgit v1.2.3