IDEA-182794 "class" not suggested inside method

This commit is contained in:
peter
2018-01-03 15:07:35 +01:00
parent 4bc1566ef6
commit a753417bb9
3 changed files with 10 additions and 3 deletions
@@ -0,0 +1,6 @@
public class Util {
void foo() {
c<caret>lass InnerTest {
}
}
}