blob: 3e2017d25ac163cc7db38766f7f63ba417d9436f [file] [log] [blame]
/**
* An emphasised class.
*
* _This class [Bar] is awesome._
*
* _Even more awesomer is the function [Bar.foo]_
*
* _[Bar.hello] is also OK_
*/
class Bar {
fun foo() {}
fun hello() {}
}