// "Suppress 'REDUNDANT_NULLABLE' for statement " "true" fun foo() { var v = Box() (v: Box?>)++ } class Box { fun inc() = this }