Implement support for additional receivers in the backend
This commit is contained in:
@@ -18,10 +18,15 @@ package org.jetbrains.kotlin.descriptors;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface ScriptDescriptor extends ClassDescriptor {
|
||||
int getPriority();
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
ClassConstructorDescriptor getUnsubstitutedPrimaryConstructor();
|
||||
|
||||
@NotNull
|
||||
List<ClassDescriptor> getImplicitReceivers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user