What is MyClass$1.class?
843807Sep 5 1999 — edited Sep 6 1999This happens when calling a static function from another class. What does
it mean, what is the workaround?
MyClass.java:196: Incompatible type for method. Can't convert MyClass.1 to
MyClass.
MyIOClass.verifySave(this);
-Kami