Skip to content

Commit 81c2933

Browse files
Merge pull request #43 from Omega-R/feature/update_stub
new stubs
2 parents c0d6804 + 8fd67cc commit 81c2933

1 file changed

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

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

24+
open operator fun plus(string: String): Text = throw Exception()
25+
26+
open operator fun plus(text: Textable): Text = throw Exception()
27+
2428
override fun toText(): Text = throw Exception()
2529

2630
}

0 commit comments

Comments
 (0)