Resolve descriptors in error class objects

This commit is contained in:
Nikolay Krasko
2013-07-24 20:11:12 +04:00
parent a69b2883ee
commit b0b173eb5a
5 changed files with 68 additions and 5 deletions
@@ -0,0 +1,11 @@
package test
class A
object b {
class object {
val x = <caret>A()
}
}
// REF: (test).A