1 /** 2 * Use [this method][Bar.foo] for best results. 3 */ 4 class Bar { foonull5 fun foo() {} 6 } 7