Jeff Lockhart
/** * [bar] links to bar(). * How to link to val bar? */ class Foo(val bar: String) { fun bar() {} }
ephemient