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
/
linuxMain
/
kotlin
/
it
/
mpp0
/
ExpectedClass.kt
blob: 19070a96fd8602429041917a381ee0d4cdcec0b3 (
plain
)
1
2
3
4
5
package
it.mpp0
actual
class
ExpectedClass
{
actual
val
platform
:
String
=
"linux"
}