summaryrefslogtreecommitdiff
path: root/test/files/pos/t5877b.scala
diff options
context:
space:
mode:
authorDan Hopkins <dan.hopkins@livingsocial.com>2013-01-19 10:02:40 -0700
committerDan Hopkins <dan.hopkins@livingsocial.com>2013-01-19 10:02:40 -0700
commit8d4402d839c8e01413a411752d1d0ab95378661b (patch)
treefc21da0b95f0d5a6974252c818db19d60862990c /test/files/pos/t5877b.scala
parenta2a37ed41fdfddeb44804f2dcc65b496c7fe0a3f (diff)
downloadscala-8d4402d839c8e01413a411752d1d0ab95378661b.tar.gz
scala-8d4402d839c8e01413a411752d1d0ab95378661b.tar.bz2
scala-8d4402d839c8e01413a411752d1d0ab95378661b.zip
Remove the term "pimp" from the repository
Small terminology change aimed at improving inclusion.
Diffstat (limited to 'test/files/pos/t5877b.scala')
-rw-r--r--test/files/pos/t5877b.scala2
1 files changed, 1 insertions, 1 deletions
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 = ""
}
}