Tests fixed after visibility changing

This commit is contained in:
Svetlana Isakova
2012-03-29 20:47:01 +04:00
parent 167a9c444a
commit 5419b0a3dc
5 changed files with 8 additions and 22 deletions
@@ -70,7 +70,7 @@ class Luhny() {
}
}
private fun printAll() {
fun printAll() {
while (!buffer.isEmpty())
print(buffer.removeFirst())
digits.clear()