EA-46672 - CCE: PsiThisExpressionImpl.getType

This commit is contained in:
Anna Kozlova
2013-05-31 13:48:48 +04:00
parent a93389616a
commit becd937093
2 changed files with 8 additions and 3 deletions
@@ -0,0 +1,6 @@
// "Iterate" "false"
class Test {
void foo() {
java.lang.thi<caret>s
}
}