IDEA-175681 Duplicate "void" suggestion

This commit is contained in:
peter
2017-07-12 22:03:49 +02:00
parent 9b8ee499e9
commit 4ce6e7c0df
3 changed files with 10 additions and 1 deletions
@@ -0,0 +1,5 @@
class Foo {
voi<caret>d foo() {
return;
}
}