mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
12 lines
196 B
Kotlin
12 lines
196 B
Kotlin
// OUT_OF_CODE_BLOCK: TRUE
|
|
|
|
// as it's a object body not a named function body
|
|
|
|
object A {
|
|
fun foo(): Int = 12
|
|
|
|
private fun bar(): Int = foo() + <caret>
|
|
}
|
|
|
|
// TYPE: 1
|
|
// SKIP_ANALYZE_CHECK |