rename
This commit is contained in:
committed by
Andrey Breslav
parent
115bd21bea
commit
3e5026407d
@@ -731,7 +731,7 @@ public class JetTypeCheckerTest extends JetLiteFixture {
|
||||
declaration.accept(new JetVisitorVoid() {
|
||||
@Override
|
||||
public void visitProperty(JetProperty property) {
|
||||
if (property.getPropertyTypeRef() != null) {
|
||||
if (property.getTypeRef() != null) {
|
||||
memberDeclarations.addPropertyDescriptor(descriptorResolver.resolvePropertyDescriptor(classDescriptor, parameterScope, property, JetTestUtils.DUMMY_TRACE));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user