package templates; public class Foo { void m() { bar().assert } boolean bar() { return true; } }