4b2834c4a8
#KT32868 Fixed
10 lines
123 B
Kotlin
Vendored
10 lines
123 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
interface Some
|
|
|
|
fun test() {
|
|
object : Some {
|
|
fun test(<caret>) {
|
|
|
|
}
|
|
}
|
|
} |