Drop JavaClassValue and it's usages
Also drop related testData
This commit is contained in:
@@ -282,18 +282,9 @@ public abstract class AnnotationCodegen {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Void visitJavaClassValue(JavaClassValue value, Void data) {
|
||||
return visitClassOfType(value.getValue());
|
||||
}
|
||||
|
||||
@Override
|
||||
public Void visitKClassValue(KClassValue value, Void data) {
|
||||
return visitClassOfType(value.getValue());
|
||||
}
|
||||
|
||||
private Void visitClassOfType(@NotNull JetType type) {
|
||||
annotationVisitor.visit(name, typeMapper.mapType(type));
|
||||
annotationVisitor.visit(name, typeMapper.mapType(value.getValue()));
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user