Skip to content

Commit ce4f97d

Browse files
committed
Add test
1 parent ff1ae38 commit ce4f97d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pos/i7778b.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
class Foo[A](run: A ?=> Int) {
2+
def foo[T](f: T ?=> Int = run) = ()
3+
}
4+

0 commit comments

Comments
 (0)