Implement custom TargetElementEvaluator KT-4190 #Fixed

This commit is contained in:
Alexey Sedunov
2013-11-18 17:10:57 +04:00
parent 38b38e7b6d
commit 6b971fa50c
16 changed files with 131 additions and 2 deletions
@@ -0,0 +1,10 @@
package testing
abstract class Test
open class TestOther : <caret>Test()
class TestOtherMore : TestOther()
// REF: (testing).TestOther
// REF: (testing).TestOtherMore