Skip to content

Commit b88884b

Browse files
bplommerBarkingBad
authored andcommitted
revert whitespace addition
1 parent 57b05d5 commit b88884b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/kinds1.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Test {
55

66
class B
77

8-
val x: C[C] = ??? // error: Type argument does not have the same kind as its bound
8+
val x: C[C] = ??? // error: Type argument does not have the same kind as its bound
99
val y: C2[C] = ???
1010

1111
def f[T] = ???

0 commit comments

Comments
 (0)