Fixed inline when multiple implicit receivers exist

#KT-17776 Fixed
 #KT-17266 Fixed
This commit is contained in:
Valentin Kipyatkov
2017-05-26 22:12:40 +03:00
parent 0346b31628
commit 996292264b
8 changed files with 69 additions and 9 deletions
@@ -1,5 +1,5 @@
// "Replace with 'newFun(this)'" "true"
// ERROR: Unresolved reference: newFun
// ERROR: Unresolved reference: @Outer
class Outer {
inner class Inner {