blob: f19134b348e34fc1b8e62655e70f73ecdcbd2b7f [file]
// COMPILATION_ERRORS
annotation class Ann0
interface I
class Foo {
@<caret>Ann0 @Suppress
}