Don't run analysis in SpecifyTypeExplicitlyIntention.isAvailable()

If type is invalid, show error hint when action is invoked
This commit is contained in:
Dmitry Jemerov
2018-03-29 16:12:44 +02:00
parent 6d9457853e
commit a495c2e5ea
9 changed files with 50 additions and 16 deletions
@@ -1,5 +0,0 @@
// IS_APPLICABLE: false
// WITH_RUNTIME
// ERROR: Unresolved reference: BadType
val <caret>x = BadType()