blob: 590c1b5c072887682a26ce580c3b85f4ed54b7cb [file] [log] [blame]
// test for KT-5337
package test
annotation class A(val value: String)
@A(<error>null</error>)
fun foo() {}
@A(<error>null</error>)
class B