do not create throws list without exceptions (IDEA-65790 )

This commit is contained in:
anna
2011-02-27 19:30:02 +01:00
parent e68c92c49f
commit 701d391f3d
4 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
class Test {
void fo<caret>o() throws RuntimeException {
}
}

View File

@@ -0,0 +1,4 @@
class Test {
void foo() {
}
}