Add tests for obsolete codegen issues
#KT-8203 Obsolete #KT-15950 Obsolete
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun box(): String {
|
||||
return if ((arrayOf(1, 2, 3)::get)(1) == 2) "OK" else "Fail"
|
||||
}
|
||||
Reference in New Issue
Block a user