ValueParameterDescriptor must implement Annotated
This commit is contained in:
+2
-1
@@ -2,12 +2,13 @@ package org.jetbrains.jet.lang.descriptors;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.jet.lang.descriptors.annotations.Annotated;
|
||||
import org.jetbrains.jet.lang.types.JetType;
|
||||
|
||||
/**
|
||||
* @author abreslav
|
||||
*/
|
||||
public interface ValueParameterDescriptor extends VariableDescriptor {
|
||||
public interface ValueParameterDescriptor extends VariableDescriptor, Annotated {
|
||||
/**
|
||||
* Returns the 0-based index of the value parameter in the parameter list of its containing function.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user