KT-2231Fixed: No executable code for a super-call
This commit is contained in:
@@ -159,7 +159,9 @@ public class ExpressionCodegen extends JetVisitor<StackValue, StackValue> {
|
||||
}
|
||||
|
||||
public StackValue genQualified(StackValue receiver, JetElement selector) {
|
||||
markLineNumber(selector);
|
||||
if (!(selector instanceof JetBlockExpression)) {
|
||||
markLineNumber(selector);
|
||||
}
|
||||
try {
|
||||
return selector.accept(this, receiver);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user