17 lines
272 B
Kotlin
17 lines
272 B
Kotlin
package org.test
|
|
|
|
public class SomeClass {
|
|
|
|
public fun someFunction() {
|
|
[Deprecated] class LocalClass {
|
|
|
|
public Deprecated var annotatedProperty: String? = null
|
|
|
|
public inline fun annotatedFunction() {
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
} |