From a2e4a074271890889e8fbafff25010449c06a190 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 28 Nov 2014 17:01:50 -0800 Subject: Passes all the way to test case t5958.scala --- scalaParser/src/test/resources/test.scala | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'scalaParser/src/test/resources/test.scala') diff --git a/scalaParser/src/test/resources/test.scala b/scalaParser/src/test/resources/test.scala index 191933e..2313257 100644 --- a/scalaParser/src/test/resources/test.scala +++ b/scalaParser/src/test/resources/test.scala @@ -1,8 +1,5 @@ -class A { - def fn1 = List apply 1 - def fn2 = List apply[Int] 2 +class Test { - def g1: Char = "g1" toList 0 - def g2: Char = "g2" apply 1 - - def h1 = List apply[List[Int]] (List(1), List(2)) mapConserve[List[Any]] (x => x) \ No newline at end of file + f: A + g(og): B +} \ No newline at end of file -- cgit v1.2.3