removing static type assertions work in progress
This commit is contained in:
-1
@@ -167,7 +167,6 @@ public class KotlinCompletionContributor : CompletionContributor() {
|
||||
val inIncompleteSignature = blockChild.siblings(forward = false, withItself = false).all {
|
||||
when (it) {
|
||||
is PsiWhiteSpace, is PsiComment -> true
|
||||
is JetBinaryExpressionWithTypeRHS -> it.getOperationReference().getReferencedNameElementType() == JetTokens.COLON
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user