Skip to content

Commit 44e617a

Browse files
committed
Add problematic test
1 parent 7ce60e1 commit 44e617a

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
@@ -35,6 +35,8 @@ class Base
3535
type H = () => String
3636

3737
type I = (Int, String, Int) => (String, Int)
38+
39+
type J = (a: A) => a.type
3840
}
3941

4042
class Operators

0 commit comments

Comments
 (0)