Ignore the "contract" keyword in code completion

This commit is contained in:
Arsen Nagdalian
2020-08-14 10:23:23 +03:00
parent ede1c08a9b
commit 80d7f6b688
@@ -652,6 +652,8 @@ class BasicCompletionSession(
}
}
"contract" -> { }
else -> collector.addElement(lookupElement)
}
}