7 lines
57 B
Text
7 lines
57 B
Text
|
|
func foo() { }
|
||
|
|
var x = if foo() {
|
||
|
|
1
|
||
|
|
} else {
|
||
|
|
2
|
||
|
|
}
|