// "Create function 'foo'" "true" fun bar() { if (foo()) return } fun foo(): Boolean { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. }