1. namespace class should not be accessible from Kotlin despite the fact we don't have kotlin class descriptor for it.

2. testdata is corrected due to the fact frontend has wrong qualified name in trace for root namespace
This commit is contained in:
Maxim Shafirov
2011-12-13 16:15:43 +04:00
parent 9d0a2c7243
commit c4fd2e564f
2 changed files with 6 additions and 1 deletions
@@ -1,3 +1,5 @@
namespace foo
open class MySecondClass() {
}
@@ -10,4 +12,4 @@ class A() : My<caret> {
}
}
// EXIST: MySecondClass, MyFirstClass
// EXIST: MySecondClass, MyFirstClass