KT-9418 Suggest name for new declaration basing on unresolved names in code
#KT-9418 Fixed
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// RUN_HIGHLIGHTING_BEFORE
|
||||
|
||||
fun foo() {
|
||||
unresolvedInFoo()
|
||||
}
|
||||
|
||||
fun String.<caret>
|
||||
|
||||
// ABSENT: unresolvedInFoo
|
||||
Reference in New Issue
Block a user