Introduced QualifierReceiver instead of PackageType

This commit is contained in:
Svetlana Isakova
2014-08-02 15:52:44 +04:00
parent cc92589378
commit 8289f13016
32 changed files with 401 additions and 382 deletions
@@ -0,0 +1,15 @@
trait A
fun A.foo(i: Int) = i
class B {
class object : A
}
fun test() {
B.foo(<caret>)
}
/*
Text: (<highlight>i: Int</highlight>), Disabled: false, Strikeout: false, Green: true
*/