added more iterator based tests to the JS compilation; exposes some issue with enums...

This commit is contained in:
James Strachan
2012-07-04 09:19:03 +01:00
parent 64b00f0a19
commit bb8dc49692
5 changed files with 39 additions and 30 deletions
@@ -5,7 +5,7 @@ import java.util.NoSuchElementException
// TODO should not need this - its here for the JS stuff
import java.lang.UnsupportedOperationException
enum class State {
public enum class State {
Ready
NotReady
Done