You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internalconstvalOS_USE_ONLY="Public no-arg constructor is for Android OS use only."internalopenclassParentFragment// line too longinternalclassChildFragmentTooooooooooooooooooooooooooooooooooooooooooooooLong @Deprecated(OS_USE_ONLY) constructor() : ParentFragment() {
privateval property ="some property"
}
Given this:
When it's formatted
the
private val property = "some property"
indents a further 4 spaces, which IMO is an undesired effect.I'm actually not too sure how the above should be formatted, but I do know that it shouldn't affect the formatting of the rest of the class
Your Environment
1.3.1
The text was updated successfully, but these errors were encountered: