KtSimpleNameReference: add root prefix support to bindToFqName function

This commit is contained in:
Dmitry Gridin
2019-09-02 13:07:10 +07:00
parent 2e781a7a27
commit c4a1101600
9 changed files with 57 additions and 28 deletions
@@ -1,5 +1,4 @@
import same.same
// todo must be: s: same
fun f(s: same.same) {
fun f(s: same) {
}