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
/
classes
/
notOpenClass.kt
blob: edee2c1afbad47365250afb51304bf0c0d97f479 (
plain
)
1
2
3
4
5
6
7
open
class
C
()
{
open
fun
f
()
{}
}
class
D
()
:
C
()
{
override
fun
f
()
{}
}