On Tuesday, September 18, 2012 4:59:07 PM UTC+8, Kevin Wright wrote:
Even in pure Java, that looks odd to me - because In isn't defined as a static class.
Yes, java sucks, that's why I got scala
Have you tried accessing `instanceOfOut.In.V`?
I can access V via Out.In.V w/o using any instance in java, and I need equivalent method in scala