Fix typo introduced in f90b29c2e3

This commit is contained in:
Dmitry Savvinov
2018-07-27 18:55:52 +03:00
parent f90b29c2e3
commit 8edbb10420
@@ -181,7 +181,7 @@ private class FunctionClsStubBuilder(
hasBlockBody = true,
hasBody = Flags.MODALITY.get(functionProto.flags) != Modality.ABSTRACT,
hasTypeParameterListBeforeFunctionName = functionProto.typeParameterList.isNotEmpty(),
hasContract = functionProto.hasContract()
mayHaveContract = functionProto.hasContract()
)
}
}