Handle API changes

This commit is contained in:
Mygod
2019-03-20 11:53:04 +08:00
parent 841ee5ce9d
commit 005b5189f4
6 changed files with 13 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ object SpanFormatter {
i = m.start()
val exprEnd = m.end()
val argTerm = m.group(1)
val argTerm = m.group(1)!!
val modTerm = m.group(2)
val typeTerm = m.group(3)