Add regression test for KT-3634

#KT-3634 Obsolete
This commit is contained in:
Alexander Udalov
2013-12-09 20:48:27 +04:00
parent 220e4e98b7
commit 0d9c126485
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,8 @@
val c = Unit.VALUE
val d = c
fun box(): String {
c
d
return "OK"
}