blob: 9f3130b85bd442dfbb67183e24265d457bd94d52 [file] [log] [blame]
/**
* Test class with Type-parameter
*/
class Foo<T>
/**
* Some extension on Foo
*/
fun <T> Foo<T>.ext() {}
/**
* Correct link: [Foo.ext]
*/
fun test() {}