Skip to content

Commit c3e9f4f

Browse files
add new stubbed functions
1 parent 8fd67cc commit c3e9f4f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • stub/src/main/java/com/omega_r/libs/omegatypes

stub/src/main/java/com/omega_r/libs/omegatypes/Text.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ open class Text : Serializable, Textable {
1111
@JvmOverloads
1212
fun from(string: String, textStyle: TextStyle? = null): Text = throw Exception()
1313

14+
@JvmStatic
15+
fun empty(): Text = throw Exception()
16+
1417
}
1518

1619
interface StringHolder {

0 commit comments

Comments
 (0)