Implement custom TargetElementEvaluator KT-4190 #Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package testing
|
||||
|
||||
abstract class Test
|
||||
|
||||
open class TestOther : <caret>Test()
|
||||
|
||||
class TestOtherMore : TestOther()
|
||||
|
||||
// REF: (testing).TestOther
|
||||
// REF: (testing).TestOtherMore
|
||||
Reference in New Issue
Block a user