9 lines
100 B
Kotlin
Vendored
9 lines
100 B
Kotlin
Vendored
package test
|
|
|
|
public fun usage() {
|
|
val a = A()
|
|
if (a.x != null) {
|
|
a.x.dec()
|
|
}
|
|
}
|