blob: a48c58260bf16ffbecf9074b6f14884cf9651be3 [file] [log] [blame]
// "Suppress 'REDUNDANT_NULLABLE' for file ${file}" "true"
/** Some Comment **/
@file:Suppress("REDUNDANT_NULLABLE")
package test
public fun foo(): String?<caret>? = null