Fix typo introduced in f90b29c2e3
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ private class FunctionClsStubBuilder(
|
|||||||
hasBlockBody = true,
|
hasBlockBody = true,
|
||||||
hasBody = Flags.MODALITY.get(functionProto.flags) != Modality.ABSTRACT,
|
hasBody = Flags.MODALITY.get(functionProto.flags) != Modality.ABSTRACT,
|
||||||
hasTypeParameterListBeforeFunctionName = functionProto.typeParameterList.isNotEmpty(),
|
hasTypeParameterListBeforeFunctionName = functionProto.typeParameterList.isNotEmpty(),
|
||||||
hasContract = functionProto.hasContract()
|
mayHaveContract = functionProto.hasContract()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user