Skip to content

Commit dfa8593

Browse files
committed
add test case for #3348
1 parent 271aaf0 commit dfa8593

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/neg/i3348.scala

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
class Test {
2+
import Test.test
3+
"Hello".toto // error
4+
}
5+
6+
object Test {
7+
def test = {
8+
implicitly[collection.generic.CanBuildFrom[List[Int], Int, List[Int]]]
9+
}
10+
}

0 commit comments

Comments
 (0)