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.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/ksbug1.scala b/test/files/pos/ksbug1.scala
new file mode 100644
index 0000000000..b3e1631370
--- /dev/null
+++ b/test/files/pos/ksbug1.scala
@@ -0,0 +1,4 @@
+object test {
+ type z[a,b] = a => b
+ def f : z[int,int] = (i => i + 1)
+} \ No newline at end of file