b43ff7fbf9
^KT-39558 Fixed
13 lines
129 B
Kotlin
Vendored
13 lines
129 B
Kotlin
Vendored
open class K {
|
|
public fun <caret>persist() {}
|
|
}
|
|
|
|
class Foo : K() {
|
|
/**
|
|
* [persist]
|
|
*/
|
|
fun foo() {
|
|
|
|
}
|
|
}
|