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 487551d commit f2888c4Copy full SHA for f2888c4
scaladoc-testcases/src/tests/typesSignatures.scala
@@ -37,6 +37,8 @@ class Base
37
type I = (Int, String, Int) => (String, Int)
38
39
type J = (a: A) => a.type
40
+
41
+ type K = [A] => (a: A) => a.type
42
}
43
44
class Operators
0 commit comments