Fix source compatibility with 183 platform

This commit is contained in:
Vyacheslav Gerasimov
2018-08-02 22:44:33 +03:00
parent 57963d2e03
commit c7a00971fe
11 changed files with 44 additions and 49 deletions
@@ -74,7 +74,7 @@ class ExtensionFunctionTypeValueCompletion(
}
}
override fun handleInsert(context: InsertionContext?) {
override fun handleInsert(context: InsertionContext) {
insertHandler.handleInsert(context, this)
}
}