From b6778be91900b8161e705dc2598ef7af86842b0b Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Wed, 2 Nov 2011 14:34:35 +0000 Subject: Begone t1737... --- test/files/pos/t2281.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/pos/t2281.scala') diff --git a/test/files/pos/t2281.scala b/test/files/pos/t2281.scala index fc4ae1ca25..3515d2e2e6 100644 --- a/test/files/pos/t2281.scala +++ b/test/files/pos/t2281.scala @@ -27,11 +27,11 @@ class B { outarr } - def spanForSentence(x : String,picktext : String) = + def spanForSentence(x : String,picktext : String) = if(x == "\n\n"){

}else{ - {x} + {x} } def selectableSentences(text : String, picktext : String) = { -- cgit v1.2.3