Add tests for obsolete codegen issues

#KT-8203 Obsolete
 #KT-15950 Obsolete
This commit is contained in:
Alexander Udalov
2019-01-08 19:25:44 +01:00
parent 9a059809bf
commit a9afee77d7
7 changed files with 60 additions and 0 deletions
@@ -0,0 +1,3 @@
fun box(): String {
return if ((arrayOf(1, 2, 3)::get)(1) == 2) "OK" else "Fail"
}