class is a valid suggestion in method body

This commit is contained in:
peter
2012-08-08 12:18:54 +02:00
parent 8a46fd89ba
commit 0d3bc73083
5 changed files with 32 additions and 33 deletions
@@ -0,0 +1,5 @@
public class Util {
void foo() {
c<caret>
}
}