Create from usage (function/property): Suggest separate actions for extensions and non-extension declarations
#KT-6023 Fixed
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'minus'" "true"
|
||||
// "Create extension function 'minus'" "true"
|
||||
|
||||
fun test() {
|
||||
val a = -false
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'minus'" "true"
|
||||
// "Create extension function 'minus'" "true"
|
||||
|
||||
fun test() {
|
||||
val a = <caret>-false
|
||||
|
||||
Reference in New Issue
Block a user