summaryrefslogtreecommitdiff
path: root/test/files/pos/t3136.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3136.scala')
-rw-r--r--test/files/pos/t3136.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3136.scala b/test/files/pos/t3136.scala
index 33d42c2f3c..6a5850aeb0 100644
--- a/test/files/pos/t3136.scala
+++ b/test/files/pos/t3136.scala
@@ -11,7 +11,7 @@ object NullaryMethodType {
}
object Test {
- def TEST(tp: Type): String =
+ def TEST(tp: Type): String =
tp match {
case PolyType(ps1, PolyType(ps2, res @ PolyType(a, b))) => "1"+tp // couldn't find a simpler version that still crashes
case NullaryMethodType(meh) => "2"+meh