Files
kotlin-fork/jps/jps-plugin/testData/incremental/pureKotlin/valRemoveCustomAccessor/usage.kt.new.1
T
2022-01-12 15:09:45 +01:00

9 lines
100 B
Groff
Vendored

package test
public fun usage() {
val a = A()
if (a.x != null) {
a.x.dec()
}
}