Add tests on obsolete issues

#KT-11236 Obsolete
 #KT-12399 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2017-09-01 16:45:18 +03:00
parent cbe79e94a6
commit ec512d1c8a
6 changed files with 42 additions and 0 deletions
@@ -0,0 +1,3 @@
fun foo(<!UNUSED_PARAMETER!>a<!>: Any) {
foo({ <!CANNOT_INFER_PARAMETER_TYPE, UNUSED_ANONYMOUS_PARAMETER!>index<!> -> } { })
}