Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InPropertyWithFunctionLiteral.kt
blob: 7a29f2d1c2df8f2780f6873d866be8203941116f [
file
]
// TRUE
class
Test
{
val a
:
()
->
Int
=
{
<caret>
pri
}
}