Remove scope from Qualifier

This commit is contained in:
Stanislav Erokhin
2016-02-22 20:53:06 +03:00
parent 4b3c6d52ef
commit f130de2468
7 changed files with 70 additions and 35 deletions
@@ -0,0 +1,17 @@
package b
import b.A.<caret>
class A {
fun bar() {}
companion object {
fun foo() {}
}
}
// INVOCATION_COUNT: 2
// EXIST: Companion
// ABSENT: bar
// ABSENT: foo