// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true" fun foo() { @Suppress("UNNECESSARY_NOT_NULL_ASSERTION") @ann ""!! } @Target(AnnotationTarget.EXPRESSION) @Retention(AnnotationRetention.SOURCE) annotation class ann