Code clean and some refactorings in 'getLambdaIfExistsAndMarkInstructions'
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
inline fun foo(x: String) = x
|
||||
|
||||
class A {
|
||||
fun test(s: String) = s
|
||||
}
|
||||
|
||||
inline fun processRecords(block: (String) -> String): String {
|
||||
return A().test(block(foo("K")))
|
||||
}
|
||||
Reference in New Issue
Block a user