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
/
test
/
data
/
format
/
classWithClassObject.kt
blob: 459efad6756831d43033770538b6858f3bd45f90 (
plain
)
1
2
3
4
5
6
7
class
Klass
()
{
class
object
{
val
x
=
1
fun
foo
()
{}
}
}