3e2036b6ec
#KT-8876 Fixed
6 lines
65 B
Kotlin
Vendored
6 lines
65 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
class Owner {
|
|
final fun <caret>f() {
|
|
|
|
}
|
|
} |