KT-9664 Add quickfix to convert a piece of code to pretty look SAM-style
#KT-9664 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(runnable: Runnable) {}
|
||||
|
||||
fun bar() {
|
||||
foo<caret>(object : Runnable {
|
||||
override fun run() {
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user