assertion (14269)

This commit is contained in:
anna
2009-12-02 22:24:55 +03:00
parent de155f40c6
commit 7108c0437d
4 changed files with 23 additions and 5 deletions

View File

@@ -174,6 +174,10 @@ public class IntroduceVariableTest extends LightCodeInsightTestCase {
doTest(new MockIntroduceVariableHandler("str", false, false, false, "java.lang.String"));
}
public void testSubExpressionFromIntellijidearulezzz() throws Exception {
doTest(new MockIntroduceVariableHandler("str", false, false, false, "java.lang.String"));
}
public void testSubPrimitiveLiteral() throws Exception {
doTest(new MockIntroduceVariableHandler("str", false, false, false, "boolean"));
}