Parser: Do not produce JetQualifiedExpression without receiver

#KT-7122 Fixed
This commit is contained in:
Alexey Sedunov
2015-03-26 13:21:05 +03:00
parent cbcd2c3cce
commit 4ec1b9971f
14 changed files with 428 additions and 12 deletions
@@ -0,0 +1,3 @@
fun test() {
MyClass.<warning descr="">Companion</warning>?.test?.test
}