From 8d4402d839c8e01413a411752d1d0ab95378661b Mon Sep 17 00:00:00 2001 From: Dan Hopkins Date: Sat, 19 Jan 2013 10:02:40 -0700 Subject: Remove the term "pimp" from the repository Small terminology change aimed at improving inclusion. --- test/files/pos/t5877b.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos/t5877b.scala') diff --git a/test/files/pos/t5877b.scala b/test/files/pos/t5877b.scala index 6b8cbd473e..43a2ea2f06 100644 --- a/test/files/pos/t5877b.scala +++ b/test/files/pos/t5877b.scala @@ -7,7 +7,7 @@ object Test { } object `package` { - implicit class PimpedFoo2(value: Foo) { + implicit class EnrichedFoo2(value: Foo) { def huzzah = "" } } -- cgit v1.2.3