Implement custom TargetElementEvaluator KT-4190 #Fixed
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package testing
|
||||
|
||||
trait Test
|
||||
|
||||
trait TestMore: <caret>Test
|
||||
|
||||
open class TestClass1: Test
|
||||
|
||||
class TestClass2: TestClass1()
|
||||
|
||||
class TestClass3: TestMore
|
||||
|
||||
// REF: (testing).TestMore
|
||||
// REF: (testing).TestClass1
|
||||
// REF: (testing).TestClass2
|
||||
// REF: (testing).TestClass3
|
||||
Reference in New Issue
Block a user