Inline refactoring: improve resolve
#KT-39705 Fixed #KT-19459 Fixed
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
private class A {
|
||||
fun <caret>foooo() {
|
||||
{ bar }()
|
||||
}
|
||||
|
||||
companion object {
|
||||
const val bar = 4
|
||||
}
|
||||
}
|
||||
|
||||
private fun test(a: A) {
|
||||
a.foooo()
|
||||
}
|
||||
Reference in New Issue
Block a user