| -- functionextraction_extract_basic_comment_4_2 -- | |
| package extract | |
| func _() { | |
| /* comment in the middle of a line */ | |
| //@mark(exSt18, "a") | |
| // Comment on its own line | |
| fn0() //@mark(exEn18, "4") | |
| //@extractfunc(exSt18, exEn18) | |
| } | |
| func fn0() { | |
| a := 1 | |
| _ = 3 + 4 | |
| } | |