We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271aaf0 commit dfa8593Copy full SHA for dfa8593
tests/neg/i3348.scala
@@ -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