IDEA-155369 double boolean of method return type

This commit is contained in:
peter
2016-04-29 22:56:17 +02:00
parent 2545fe69d9
commit 0e46fda6b8
5 changed files with 46 additions and 26 deletions
@@ -0,0 +1,5 @@
class Foo {
b<caret> foo() {
return true;
}
}