Skip to content

Commit

Permalink
Hide the method from the initial screen
Browse files Browse the repository at this point in the history
  • Loading branch information
abreslav committed Jun 27, 2012
1 parent 550a359 commit b678c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kotlin-examples/src/_02_extensions/StringIterator.kt
Expand Up @@ -22,6 +22,7 @@ fun main(args : Array<String>) {




fun String.iterator() = StringIterator(this)

class StringIterator(val str : String) {
Expand Down

0 comments on commit b678c58

Please sign in to comment.