Upstream merge

Internal permission change
Fix url adder
This commit is contained in:
NerdNumber9
2017-05-04 23:38:17 -04:00
parent 3f758d5981
commit 9dbb59f337
616 changed files with 4186 additions and 230 deletions

View File

@@ -0,0 +1,3 @@
package exh
operator fun StringBuilder.plusAssign(other: String) { append(other) }