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,4 @@
package testing.jj;
class JavaImplementation extends testing.kt.Base {
}
@@ -0,0 +1,5 @@
package testing.kt
abstract class <caret>Base
// REF: (testing.jj).JavaImplementation