Skip to content

Commit c0d6804

Browse files
Merge pull request #42 from Omega-R/feature/update_stub
fix stubs
2 parents 289bf65 + f2c3701 commit c0d6804

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)