Files
kotlin-fork/idea/testData/quickfix/removeUnused/unusedConstructor.kt.after
T

3 lines
63 B
Plaintext
Vendored

// "Safe delete constructor" "true"
class Owner(val x: Int) {
}