// FIR_IDENTICAL // KT-630 Bad type inference fun T?.sure() : T = this!! val x = "lala".sure() val s : String = x