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