6 lines
56 B
Kotlin
Vendored
6 lines
56 B
Kotlin
Vendored
class A {
|
|
|
|
@field:Deprecated
|
|
val a = "String"
|
|
|
|
} |