1 package foo 2 3 /** 4 * @throws ArrayOutOfBoundsException sometimes 5 * @return It's simple void 6 * @see foo.seeMeAlso 7 */ sectionsTestnull8 fun sectionsTest(): Unit { 9 println("!") 10 } 11 12 seeMeAlsonull13 fun seeMeAlso() { 14 15 }