fun foo(flag: Boolean) { val x: Double x = if (flag) 3.14 else 2.71 }