fun foo() { annotation class Ann @Ann class Local { // There should also be NESTED_CLASS_NOT_ALLOWED report here. annotation class Nested } }