33e6a85a2d
We exclude testData pattern from copyright scope
4 lines
67 B
Kotlin
Vendored
4 lines
67 B
Kotlin
Vendored
class X {
|
|
var x: Int = 2
|
|
set(resolve<caret>Me) = Unit
|
|
} |