test case for KT-2356

This commit is contained in:
James Strachan
2012-07-03 14:29:47 +01:00
parent 1fba1ade13
commit 3068af7324
2 changed files with 37 additions and 0 deletions
@@ -0,0 +1,6 @@
package foo
fun box(): Boolean {
var box = "foo"
return true
}