We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990a367 commit 815d6d4Copy full SHA for 815d6d4
scaladoc-testcases/src/tests/typesSignatures.scala
@@ -35,6 +35,8 @@ class Base
35
type H = () => String
36
37
type I = (Int, String, Int) => (String, Int)
38
+
39
+ type J = (a: A) => a.type
40
}
41
42
class Operators
0 commit comments