Comment
This commit is contained in:
@@ -19,6 +19,14 @@ public class JetThisExpression extends JetLabelQualifiedExpression {
|
|||||||
visitor.visitThisExpression(this);
|
visitor.visitThisExpression(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* class A : B, C {
|
||||||
|
* override fun foo() {
|
||||||
|
* this<B>.foo()
|
||||||
|
* this<C>.foo()
|
||||||
|
* }
|
||||||
|
* }
|
||||||
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
public JetTypeReference getSuperTypeQualifier() {
|
public JetTypeReference getSuperTypeQualifier() {
|
||||||
return (JetTypeReference) findChildByType(JetNodeTypes.TYPE_REFERENCE);
|
return (JetTypeReference) findChildByType(JetNodeTypes.TYPE_REFERENCE);
|
||||||
|
|||||||
Reference in New Issue
Block a user