Package org.jetbrains.qa

Types

CommonClass
Link copied to clipboard
expect class CommonClass

Common Declaration

actual class CommonClass

Linux implementation

actual class CommonClass

MacOS implementation

CommonOnlyClass
Link copied to clipboard
class CommonOnlyClass
PlatformClass
Link copied to clipboard
expect class PlatformClass

Expect class for platforms on the intermediate level

SharedNative
Link copied to clipboard
class SharedNative

Class shared between Natives

Functions

commonOnlyFun
Link copied to clipboard
fun commonOnlyFun(): CommonClass
rootCommonFun
Link copied to clipboard
expect fun rootCommonFun(p1: Int, p2: Short, p3: List<CommonClass>)
actual fun rootCommonFun(p1: Int, p2: Short, p3: List<CommonClass>)
actual fun rootCommonFun(p1: Int, p2: Short, p3: List<CommonClass>)

MacOS implementation common_fun

x
Link copied to clipboard
fun x(a: Int)
x1
Link copied to clipboard
fun x1(a: Int)