Skip to content

Commit f2c3701

Browse files
fix not implemented error
1 parent d8d6e0a commit f2c3701

1 file changed

Lines changed: 2 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ open class Text : Serializable, Textable {
2121

2222
operator fun plus(text: Text): Text = throw Exception()
2323

24+
override fun toText(): Text = throw Exception()
25+
2426
}
2527

2628
abstract class TextStyle : Serializable

0 commit comments

Comments
 (0)