blob: 88ad510b403fc7b235a6f3593932ef147a32d847 [file]
package test
internal class Simple {
@MyAnnotation
fun myMethod() {}
class NestedClass {
class NestedNestedClass
}
inner class InnerClass
companion object
}
internal annotation class MyAnnotation