Created
August 23, 2009 19:09
-
-
Save sanity/173413 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def root2() : Cont = reset { | |
| // val num = List(1,2,3,4,5); | |
| // for (n <- num) { | |
| // println("get "+n+" "+get("remote")); | |
| // } | |
| } | |
| Description Resource Path Location Type | |
| cannot cps-transform expression (): type arguments [Unit,Unit,Nothing] do not conform to method shiftUnit's type parameter bounds [A,B,C >: B] ContTest.scala /SwarmProto/src line 23 Scala Problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment