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 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
import test.WithJavaUsageKt
|
||||
|
||||
class A {
|
||||
void b() {
|
||||
WithJavaUsageKt.getA();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user