Presentation for extension property to include receiver type

This commit is contained in:
Valentin Kipyatkov
2015-11-10 14:50:48 +03:00
parent 6a52cc76d0
commit f391d194de
39 changed files with 97 additions and 179 deletions
@@ -12,5 +12,5 @@ enum class <caret>E {
open fun foo(n: Int): Int = n
}
// REF: (E).A
// REF: (E).B
// REF: (in E).A
// REF: (in E).B