Skip to content

Commit e4fd09f

Browse files
committed
Add test case
1 parent 7385b9e commit e4fd09f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/pos/i3189.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class Test[A](action: A => A) {
2+
def this() = this(a => a)
3+
}

0 commit comments

Comments
 (0)