Added checks for navigation elements for cls members.

This commit is contained in:
Evgeny Gerashchenko
2012-03-12 15:59:07 +04:00
parent 128d074532
commit f4eba40f45
11 changed files with 103 additions and 38 deletions
@@ -3,14 +3,14 @@
package testData.libraries
class WithInnerAndObject {
[class WithInnerAndObject {
class object {
fun foo() : Unit { /* compiled code */ }
[fun foo() : Unit { /* compiled code */ }]
}
class MyInner {
trait MyInnerInner {
abstract fun innerInnerMethod() : Unit
}
}
}
[class MyInner {
[trait MyInnerInner {
[abstract fun innerInnerMethod() : Unit]
}]
}]
}]