|
@@ -237,7 +237,7 @@ public class MethodFactoryTest {
|
|
|
assertFalse( mstat.canCall(1));
|
|
assertFalse( mstat.canCall(1));
|
|
|
assertFalse( mstat.canCall("1", "2"));
|
|
assertFalse( mstat.canCall("1", "2"));
|
|
|
|
|
|
|
|
- // @todo (assira #8) issue: static MethodPointer accepts any value of "this"
|
|
|
|
|
|
|
+ // @todo (assira # 8) issue: static MethodPointer accepts any value of "this"
|
|
|
// in #invoke & #canInvoke
|
|
// in #invoke & #canInvoke
|
|
|
|
|
|
|
|
assertTrue( mstat.canInvoke(null, 1,2));
|
|
assertTrue( mstat.canInvoke(null, 1,2));
|