-
-
Save rohitsat13/1896fa8a799403bf780c78ae645d8af9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright 2021 Google LLC. | |
SPDX-License-Identifier: Apache-2.0 */ | |
data class MyData( | |
- val mutableType: MutableType | |
) | |
- val myType = MutableType() | |
- val myObj = MyData(myType) | |
- myType.mutate() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment