// "Implements 'getName'" "false" // DISABLE-ERRORS // ACTION: Convert to secondary constructor // ACTION: Create test // ACTION: Enable a trailing comma by default in the formatter // ACTION: Make private // ACTION: Make protected // ACTION: Make public // ACTION: Move to class body class A(internal val name: String) : JavaInterface { }