Skip to content

Commit

Permalink
Add problematic test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporarum committed Jan 22, 2022
1 parent 7ce60e1 commit 44e617a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scaladoc-testcases/src/tests/typesSignatures.scala
Expand Up @@ -35,6 +35,8 @@ class Base
type H = () => String

type I = (Int, String, Int) => (String, Int)

type J = (a: A) => a.type
}

class Operators
Expand Down

0 comments on commit 44e617a

Please sign in to comment.