// test for KT-5337 package test annotation class A(val value: String) @A(null) fun foo() {} @A(null) class B