관리-도구
편집 파일: functions.txt
protocol Protocol { func f1() func f2() } class MyClass { func f() { return true } }