Intentions: Implement intention which converts object literal to class
#KT-15056 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(n: Int) {
|
||||
val x = <caret>object {
|
||||
fun bar() = n
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user