KT-738 No kotlin type completion in extend class scope - Fixes after CR-KT-13 review

This commit is contained in:
Nikolay Krasko
2011-12-05 14:30:41 +04:00
parent 49f0947c05
commit 152d15ce83
@@ -0,0 +1,11 @@
namespace Test.SubTest.AnotherTest
open class TestClass {
}
class A() : Test.SubTest.AnotherTest.Te<caret> {
public fun test() {
}
}
// EXIST: TestClass