Ejemplo n.º 1
0
 def testCallOverloadedMethodWithCovariance(self):
     # This is a JDk5-specific problem.
     h = JClass('java.lang.StringBuffer')()
     h.delete(0, 0)