Files
kotlin-fork/idea/testData/inspections/protectedInFinal/finalize.kt
T

5 lines
49 B
Kotlin
Vendored

class C {
protected fun finalize() {
}
}