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