// "Remove 'val' from parameter" "false" // ACTION: Make internal // ACTION: Make private // ACTION: Make protected // ACTION: Create test // ACTION: Convert to secondary constructor // ACTION: Enable a trailing comma by default in the formatter // ACTION: Move to class body class C(val x: String) { }