Remove dead code from test

This commit is contained in:
Konstantin Anisimov
2017-03-07 11:52:28 +07:00
committed by KonstantinAnisimov
parent 5215a9b60b
commit 023e0c1c70
@@ -16,14 +16,3 @@ fun bar(): Boolean {
fun main(args: Array<String>) {
println(bar().toString())
}
public inline fun foo(): Any? {
var result = null
return result
}
fun bar() {
foo()
foo()
}