support "show expression type" in variable declaration position

#KT-10095 Fixed
This commit is contained in:
Dmitry Jemerov
2016-08-25 20:40:14 +02:00
parent 752a7451e5
commit 7b644e2c52
5 changed files with 87 additions and 5 deletions
@@ -581,6 +581,10 @@ fun main(args: Array<String>) {
model("codeInsight/unwrapAndRemove/unwrapLambda", testMethod = "doTestLambdaUnwrapper")
}
testClass<AbstractExpressionTypeTest>() {
model("codeInsight/expressionType")
}
testClass<AbstractBackspaceHandlerTest>() {
model("editor/backspaceHandler")
}