30 lines
318 B
Kotlin
30 lines
318 B
Kotlin
package org.test
|
|
|
|
public class SomeClass {
|
|
|
|
Deprecated
|
|
companion object {
|
|
|
|
}
|
|
|
|
Deprecated
|
|
object SomeInnerObject {
|
|
|
|
}
|
|
|
|
Deprecated
|
|
inner class InnerClass {
|
|
|
|
Deprecated
|
|
inner class InnerClassInInnerClass {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Deprecated
|
|
class NestedClass {
|
|
|
|
}
|
|
|
|
} |