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:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
inline fun test(s: () -> Unit) {
|
||||
s()
|
||||
}
|
||||
Reference in New Issue
Block a user