Added test for KT-6454 Obsolete class-files for lambdas aren't removed from output when 'inline' annotation is added to function.

The bug is reproducible only for non-incremental compilation mode, which
will be deprecated soon.

 #KT-6454 can't reproduce
This commit is contained in:
Evgeny Gerashchenko
2014-12-15 19:46:57 +03:00
parent 120c344f11
commit 7924568355
5 changed files with 36 additions and 0 deletions
@@ -0,0 +1,5 @@
class X {
fun main() {
Y().foo {}
}
}