Skip to content

Commit 8967657

Browse files
committed
compile error, editing on github + phone
@LifeIsALesson good catch
1 parent a912414 commit 8967657

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

koans/src/beginner/AboutConditionals.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ public void bitwise() {
174174
class Counter {
175175
boolean returnValue;
176176
int count = 0;
177+
Counter(boolean returnValue) {
178+
this.returnValue = returnValue;
179+
}
177180
boolean count() {
178181
count++;
179182
return returnValue;

0 commit comments

Comments
 (0)