Extraction Engine: Forbid extraction of non-singleton qualifiers

#KT-8297 Fixed
This commit is contained in:
Alexey Sedunov
2015-08-17 22:18:19 +03:00
parent 1db7195e94
commit e4dd30599e
10 changed files with 92 additions and 1 deletions
@@ -0,0 +1,9 @@
object A {
fun foo() {
}
}
fun bar() {
<selection>A</selection>.foo()
}