IDEA-135554 Suggestion for class variable are incorrect

This commit is contained in:
peter
2015-02-06 17:26:14 +01:00
parent e1ded135fa
commit a08f797fb3
3 changed files with 8 additions and 1 deletions
@@ -0,0 +1,6 @@
public class MyFirstTestClassFoo {
public <T> T getSomething(){
Class klazz = T.<caret>;
}
}