KT-738 No kotlin type completion in extend class scope - Fixes after CR-KT-13 review
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
namespace Test.SubTest.AnotherTest
|
||||||
|
|
||||||
|
open class TestClass {
|
||||||
|
}
|
||||||
|
|
||||||
|
class A() : Test.SubTest.AnotherTest.Te<caret> {
|
||||||
|
public fun test() {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// EXIST: TestClass
|
||||||
Reference in New Issue
Block a user