backend: enable some tests

This commit is contained in:
Svyatoslav Scherbina
2017-01-11 15:20:07 +07:00
committed by SvyatoslavScherbina
parent 26dd735240
commit 8b83cb2adf
3 changed files with 4 additions and 7 deletions
@@ -1,5 +1,5 @@
fun main(args: Array<String>) {
println(foo().toString())
foo().hashCode()
}
fun foo(): Any {