blob: c09fcbf2e8728b76455597ac8d9985c8817c482d [file] [log] [blame]
annotation class Ann
abstract class Base {
@Ann val x: Int = 0
}
class Derived : Base()
// We only want to generate the `getX$annotations` method in `Base`, not in `Derived`.
// 1 @LAnn;\(\)