object Main extends Application {class C; implicit def toQS[A,Repr](a: Repr)(implicit ev0: Repr => collection.TraversableLike[A,Repr]) = new C; toQS(""); "":C }
Standard input is empty
Main.scala:5: error: could not find implicit value for parameter ev0: (java.lang.String) => scala.collection.TraversableLike[A,java.lang.String] "":C ^ one error found
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!