// IS_APPLICABLE: false private val foo = { x: Int -> class Inner() { fun temp(y: Int) : Int { return x + y } } Inner() }