added more iterator based tests to the JS compilation; exposes some issue with enums...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user