Skip to content

Commit f2888c4

Browse files
committed
Add dependent function type testcase
1 parent 487551d commit f2888c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scaladoc-testcases/src/tests/typesSignatures.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ class Base
3737
type I = (Int, String, Int) => (String, Int)
3838

3939
type J = (a: A) => a.type
40+
41+
type K = [A] => (a: A) => a.type
4042
}
4143

4244
class Operators

0 commit comments

Comments
 (0)