Add intention to convert top level val with object expression to object declaration (#974)
* Add intention to convert top level val with object expression to object Fixes #KT-14137 * fix intention description
This commit is contained in:
committed by
Dmitry Jemerov
parent
93b5eec71e
commit
8e00af5642
@@ -0,0 +1,9 @@
|
||||
interface B {
|
||||
fun c()
|
||||
}
|
||||
|
||||
|
||||
<spot>object a : B</spot> {
|
||||
override fun c() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user