summaryrefslogtreecommitdiff
path: root/test/files/pos/t4275.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t4275.scala')
-rw-r--r--test/files/pos/t4275.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t4275.scala b/test/files/pos/t4275.scala
index 1938aceadc..183cb5155e 100644
--- a/test/files/pos/t4275.scala
+++ b/test/files/pos/t4275.scala
@@ -1,6 +1,6 @@
object Test {
def f = "abc".count(_ > 'a')
-
+
class A {
private val count: Int = 0
}