KT-9418 Suggest name for new declaration basing on unresolved names in code
#KT-9418 Fixed
This commit is contained in:
+2
-1
@@ -5,4 +5,5 @@ class Outer {
|
||||
fun Outer.<caret>
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// NUMBER: 0
|
||||
// EXIST: Nested
|
||||
// NOTHING_ELSE
|
||||
+2
-1
@@ -5,4 +5,5 @@ class Outer {
|
||||
fun <T> Outer.<caret>
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// NUMBER: 0
|
||||
// EXIST: Nested
|
||||
// NOTHING_ELSE
|
||||
Reference in New Issue
Block a user