index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
testdata
/
java
/
inheritorLinks.java
blob: 2378f5c6b6d01ff2438ec59a412410428d5d9a0e (
plain
)
1
2
3
4
5
6
7
class
C
{
public
static
class
Foo
{
}
public
static
class
Bar
extends
Foo
{
}
}