5 lines
37 B
Text
5 lines
37 B
Text
|
|
func foo() { }
|
||
|
|
if true {
|
||
|
|
foo()
|
||
|
|
}
|