Reverted my commits to restore build.

This commit is contained in:
Evgeny Gerashchenko
2012-02-13 19:53:03 +04:00
parent 07ab67f289
commit 8b9403ac0f
3 changed files with 2 additions and 107 deletions
-16
View File
@@ -1,16 +0,0 @@
import java.io.InputStream
import java.util.ArrayList
import java.io.FileInputStream
import java.util.HashSet
class MyClass {
public var collection : HashSet<Int>? = null
private var isAlive : Boolean = false
fun main(args : Array<String>, v : Int) {
var str = ""
val myList = ArrayList<String>()
val stream = FileInputStream(".")
<caret>
}
}