9 lines
158 B
Kotlin
9 lines
158 B
Kotlin
data public class SomeClass {
|
|
|
|
[Deprecated] public var annotatedProperty: String? = null
|
|
|
|
Deprecated public inline fun annotatedFunction() {
|
|
|
|
}
|
|
|
|
} |