summaryrefslogtreecommitdiff
path: root/test/files/pos/ksbug1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/ksbug1.scala')
-rw-r--r--test/files/pos/ksbug1.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/ksbug1.scala b/test/files/pos/ksbug1.scala
index b3e1631370..ee6ab9b49f 100644
--- a/test/files/pos/ksbug1.scala
+++ b/test/files/pos/ksbug1.scala
@@ -1,4 +1,4 @@
object test {
- type z[a,b] = a => b
- def f : z[int,int] = (i => i + 1)
-} \ No newline at end of file
+ type z[a, b] = a => b
+ def f : z[Int, Int] = (i => i + 1)
+}