Create From Usage ("set" operation): Support expressions of the form a[i]++
This commit is contained in:
@@ -16,9 +16,10 @@
|
||||
|
||||
package org.jetbrains.jet.lang.psi;
|
||||
|
||||
import com.intellij.psi.PsiElement;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface JetOperationExpression {
|
||||
public interface JetOperationExpression extends PsiElement {
|
||||
@NotNull
|
||||
JetSimpleNameExpression getOperationReference();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user