Skip to content

Commit beb90b4

Browse files
committed
Add test
1 parent c311bf3 commit beb90b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/neg/i3430.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
object Test extends App {
2+
3+
println(Nil.min) // error: no implicit found
4+
5+
}

0 commit comments

Comments
 (0)