mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
77be1a3dc4
Summary: Fixing a few warnings from static code analysis regarding the [accessor call can be replaced with property access](https://www.jetbrains.com/help/inspectopedia/UsePropertyAccessSyntax.html) rule ## Changelog: [INTERNAL] - Kotlin: accessor call can be replaced with property access syntax Pull Request resolved: https://github.com/facebook/react-native/pull/52950 Test Plan: ```sh yarn test-android yarn android ``` Reviewed By: cortinico Differential Revision: D79431292 Pulled By: rshest fbshipit-source-id: 09ad40c09512def9ab33eaeb70da057f742ae4a1