4b2834c4a8
#KT32868 Fixed
8 lines
161 B
Kotlin
Vendored
8 lines
161 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: TRUE
|
|
// TYPE: '@Throws(Exception::class)`
|
|
|
|
class InPropertyAccessorWithAnnotation {
|
|
val prop1: Int
|
|
<caret>
|
|
get() = 42
|
|
} |