Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InPropertyAccessorWithAnnotation.kt
blob: bb3df7aa6b97f5fd8bd6d9fc79fbd2331463454f [
file
]
// OUT_OF_CODE_BLOCK: TRUE
// TYPE: '@Some("X")'
annotation
class
Some
(
val message
:
String
)
class
InPropertyAccessorWithAnnotation
{
val prop1
:
Int
<caret>
get
()
=
42
}