Dsl completion: fix completion when multiple receivers are in scope

This commit is contained in:
Pavel V. Talanov
2018-02-27 18:27:52 +01:00
parent 65af137117
commit a6aea5625a
4 changed files with 60 additions and 4 deletions
@@ -0,0 +1,8 @@
package dsl
import test.Dsl
import test.R
@Dsl
fun R.foo2() {}