Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InClassPrivateFunctionWithoutInference.kt
blob: 997df05352dc82d421c859a9aafff101dd01170e [
file
]
// OUT_OF_CODE_BLOCK: TRUE
// as it's a class body not a named function body
class
A
{
fun foo
():
Int
=
12
private
fun bar
():
Int
=
foo
()
+
<caret>
}
// TYPE: 1
// SKIP_ANALYZE_CHECK