Skip to content

Commit 9af572d

Browse files
committed
Fix neg test
1 parent 774fbd1 commit 9af572d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def (self: T) foo[T] = ??? // error
2-
def [T1](self: T1) bar[T2] = ??? // error
2+
def [T1](self: T1) bar[T2] = ??? // error // error

0 commit comments

Comments
 (0)