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
/
dokka-integration-tests
/
gradle
/
projects
/
it-multiplatform-0
/
src
/
jsMain
/
kotlin
/
it
/
mpp0
/
ExpectedClass.kt
blob: 1e4a6d2274084cd47d58feb294906994ed8f3804 (
plain
)
1
2
3
4
5
package
it.mpp0
actual
class
ExpectedClass
{
actual
val
platform
:
String
=
"js"
}