Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
CanBeParameter.html
blob: de8c760fd973e8a3b721f58b33d78d29db5c1ae4 [
file
] [
log
] [
blame
] [
edit
]
<html>
<body>
This inspection reports primary constructor parameters that can have
<b>
val
</b>
or
<b>
var
</b>
removed.
Unnecessary usage of
<b>
val
</b>
or
<b>
var
</b>
in the primary constructor consumes memory.
</body>
</html>