summaryrefslogtreecommitdiff
path: root/test/files/neg/t5120.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5120.scala')
-rw-r--r--test/files/neg/t5120.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5120.scala b/test/files/neg/t5120.scala
index f28b2cfb4f..0df67bc09b 100644
--- a/test/files/neg/t5120.scala
+++ b/test/files/neg/t5120.scala
@@ -12,7 +12,7 @@ object Test {
str.x1.length
}
}
-// another way demonstrating the same underlying problem, as reported by roman kalukiewicz
+// another way demonstrating the same underlying problem, as reported by Roman Kalukiewicz
class Holder[_T](_f1 : _T, _f2 : _T) {
type T = _T