(Object str2, Object idx1, Object idx2)
| 780 | } |
| 781 | |
| 782 | public static String slice(Object str2, Object idx1, Object idx2) { return Slice(str2, idx1, idx2); } |
| 783 | |
| 784 | // public String slice(Object str2, Object idx1, Object idx2) { return Slice(str2, idx1, idx2); } |
| 785 |
no test coverage detected