Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InPropertyWithoutInference.kt
blob: d2d24664b6c99efe3619ad1733bbd5db4a314514 [
file
]
// OUT_OF_CODE_BLOCK: FALSE
class
Test
{
val a
:
String
=
"aasdf<caret>"
}