blob: 3300d2c8c4db4f7feb25b91821e25458443d3f27 [file] [log] [blame]
/**
* The class Foo.
*/
class Foo {
/**
* The method bar.
*/
fun bar() {
}
/**
* The method baz.
*/
fun baz() {
}
}