Add regression tests for obsolete issues

#KT-2592 Obsolete
 #KT-2768 Obsolete
This commit is contained in:
Alexander Udalov
2014-03-16 03:17:25 +04:00
parent 65edd6a16e
commit 7a2fce4fba
5 changed files with 56 additions and 0 deletions
@@ -0,0 +1,4 @@
fun box(): String {
String()
return String() + "OK" + String()
}