Do not show "Replace overloaded operator with function call" intention on incomplete expressions

#KT-33115 fixed
This commit is contained in:
Ilya Kirillov
2019-08-02 15:10:58 +03:00
parent 892135ae23
commit 02f2009f2a
4 changed files with 19 additions and 0 deletions
@@ -0,0 +1,4 @@
// DISABLE-ERRORS
// IS_APPLICABLE: false
val x: Int = 1 <caret>+
@@ -0,0 +1,3 @@
// IS_APPLICABLE: false
val x = <caret>+