Wrong caption "Change to property access" for Quick Fix to convert class instantiation to object reference #KT-13870 Fixed (#1189)
This commit is contained in:
committed by
Dmitry Jemerov
parent
987c7f5be8
commit
865f9d4c7e
@@ -0,0 +1,8 @@
|
||||
// "Remove invocation" "true"
|
||||
enum class Test {
|
||||
A
|
||||
}
|
||||
|
||||
fun test() {
|
||||
Test.A<caret>()
|
||||
}
|
||||
Reference in New Issue
Block a user