Inline refactoring: improve resolve
#KT-39705 Fixed #KT-19459 Fixed
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
private class A {
|
||||
val bar = 1
|
||||
}
|
||||
|
||||
private fun test(a: A) {
|
||||
{ a.bar }()
|
||||
a.bar
|
||||
}
|
||||
Reference in New Issue
Block a user