93232a23df
^KT-56046
8 lines
104 B
Kotlin
Vendored
8 lines
104 B
Kotlin
Vendored
@Volatile
|
|
@Transient
|
|
var implicit: Int = 0
|
|
|
|
@field:Volatile
|
|
@field:Transient
|
|
var explicit: String = "1"
|