5 lines
57 B
Kotlin
Vendored
5 lines
57 B
Kotlin
Vendored
actual class Foo {
|
|
actual fun unaryMinus() {
|
|
|
|
}
|
|
} |