Fix for KT-10259: Proguard can't find generated lambda class of lambda nested inside object?.let lambda

#Fixed KT-10259
This commit is contained in:
Michael Bogdanov
2015-12-10 16:19:41 +03:00
parent 9452c200a0
commit b950bf0e6e
10 changed files with 166 additions and 1 deletions
@@ -0,0 +1,5 @@
package test
inline fun test(s: () -> Unit) {
s()
}