Don't show disambiguation for "Show expression type" on "this"

#KT-17840 Fixed
This commit is contained in:
Dmitry Jemerov
2017-05-16 16:22:29 +02:00
parent 2cbb8d03c0
commit af043843b7
3 changed files with 12 additions and 0 deletions
@@ -126,6 +126,12 @@ public class ExpressionTypeTestGenerated extends AbstractExpressionTypeTest {
doTest(fileName);
}
@TestMetadata("ThisInLambda.kt")
public void testThisInLambda() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/codeInsight/expressionType/ThisInLambda.kt");
doTest(fileName);
}
@TestMetadata("VariableDeclaration.kt")
public void testVariableDeclaration() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/codeInsight/expressionType/VariableDeclaration.kt");