Add test about dependsOn dependency and stdlib-common
This commit is contained in:
committed by
Space Team
parent
6c062b0cea
commit
520ae725d1
+10
@@ -0,0 +1,10 @@
|
||||
package test.pkg
|
||||
|
||||
expect class PointerEvent {
|
||||
val keyboardModifiers: PointerKeyboardModifiers
|
||||
}
|
||||
|
||||
expect class NativePointerKeyboardModifiers
|
||||
|
||||
@kotlin.jvm.JvmInline
|
||||
value class PointerKeyboardModifiers(val packedValue: NativePointerKeyboardModifiers)
|
||||
Reference in New Issue
Block a user