33e6a85a2d
We exclude testData pattern from copyright scope
6 lines
92 B
Kotlin
Vendored
6 lines
92 B
Kotlin
Vendored
val one: Int by Prp()
|
|
@Deprecated("reason") ge<caret>t
|
|
|
|
class Prp {
|
|
fun getValue() = 1
|
|
} |