Skip to content

Commit ba42a23

Browse files
committed
Update repltest
1 parent 0eb65e5 commit ba42a23

File tree

1 file changed

+1
-1
lines changed
  • compiler/test-resources/type-printer

1 file changed

+1
-1
lines changed

compiler/test-resources/type-printer/hkAlias

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
scala> type Identity[T] = T
2-
// defined alias type Identity = [T] => T
2+
// defined alias type Identity[T] = T
33
scala> def foo[T](x: T): Identity[T] = x
44
def foo[T](x: T): Identity[T]
55
scala> foo(1)

0 commit comments

Comments
 (0)