We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 289bf65 + f2c3701 commit c0d6804Copy full SHA for c0d6804
1 file changed
stub/src/main/java/com/omega_r/libs/omegatypes/Text.kt
@@ -21,6 +21,8 @@ open class Text : Serializable, Textable {
21
22
operator fun plus(text: Text): Text = throw Exception()
23
24
+ override fun toText(): Text = throw Exception()
25
+
26
}
27
28
abstract class TextStyle : Serializable
0 commit comments