Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InExtensionFunction.kt
blob: 805c5acc814a6d16df846f4d941d55fb9afb99a3 [
file
]
// OUT_OF_CODE_BLOCK: FALSE
class
A
{
fun foo
():
Int
=
12
}
fun A
.
bar
():
Int
{
return
foo
()
+
<caret>
}
// TYPE: 1