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 3eb56a2 commit 7ad9d28Copy full SHA for 7ad9d28
test-out/epfl/test6-vectors.check
@@ -19,8 +19,8 @@ compilation: ok
19
/*****************************************
20
Emitting Generated Code
21
*******************************************/
22
-class Test extends ((Any)=>(Any)) {
23
-def apply(x0:Any): Any = {
+class Test extends ((Int)=>(java.lang.String)) {
+def apply(x0:Int): java.lang.String = {
24
val x1 = "hi yo ".toString + x0.toString
25
val x2 = x1.toString + " done".toString
26
x2
0 commit comments