1 /** 2 * @see foo 3 * @see bar 4 */ quuxnull5 fun quux() { 6 } 7 foonull8 fun foo() { 9 } 10 barnull11 fun bar() { 12 }