Enable SAM conversion for Kotlin functions by default in new inference
KT-25686
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(r: Runnable) {}
|
||||
|
||||
fun test() {
|
||||
foo { }
|
||||
}
|
||||
Reference in New Issue
Block a user