allow putting an Invert operation on stack as a void type (KT-1634)

This commit is contained in:
Dmitry Jemerov
2012-06-02 23:05:09 +02:00
parent 58c7c7aea1
commit e1cecd10b2
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
fun box(): String {
!true
return "OK"
}