Implement custom TargetElementEvaluator KT-4190 #Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
package testing.jj;
|
||||
|
||||
class JavaImplementation extends testing.kt.Base {
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package testing.kt
|
||||
|
||||
abstract class <caret>Base
|
||||
|
||||
// REF: (testing.jj).JavaImplementation
|
||||
Reference in New Issue
Block a user