static methods not found first time
Closed this issue · 4 comments
gavinking commented
In a brand new project, use of static methods of JDK classes, for example Collectors.toList()
and Arrays.asList()
tend to result in an error. Resetting the Ceylon model fixes it.
bjansen commented
I can't reproduce this, is it still happening?
bjansen commented
Oh I see, I just had that same error with spark:
import spark {
Spark {
get
}
}
bjansen commented
Hum no that's not enough :/
gavinking commented
Thanks mate