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 0eb65e5 commit ba42a23Copy full SHA for ba42a23
compiler/test-resources/type-printer/hkAlias
@@ -1,5 +1,5 @@
1
scala> type Identity[T] = T
2
-// defined alias type Identity = [T] => T
+// defined alias type Identity[T] = T
3
scala> def foo[T](x: T): Identity[T] = x
4
def foo[T](x: T): Identity[T]
5
scala> foo(1)
0 commit comments