mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-08 07:54:11 -08:00
Add @Rename to TCharSequence.toString0
This commit is contained in:
parent
71da76ee06
commit
9c2231f1cc
|
@ -15,6 +15,8 @@
|
|||
*/
|
||||
package org.teavm.classlib.java.lang;
|
||||
|
||||
import org.teavm.javascript.ni.Rename;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Alexey Andreev
|
||||
|
@ -26,5 +28,6 @@ public interface TCharSequence {
|
|||
|
||||
TCharSequence subSequence(int start, int end);
|
||||
|
||||
@Rename("toString")
|
||||
TString toString0();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user