// "Suppress 'REDUNDANT_NULLABLE' for statement " "true" fun foo() { @Suppress("REDUNDANT_NULLABLE") when ("") { is Any?? -> {} } }