Rename Kotlin/Native modules for uniformity
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
expect suspend fun suspendFunction1(): Int
|
||||
|
||||
expect class Qux()
|
||||
|
||||
expect operator fun Qux.get(index: Int): String
|
||||
expect fun Qux.set(index: Int, value: String)
|
||||
|
||||
expect infix fun Qux.infixFunction1(another: Qux)
|
||||
expect fun Qux.infixFunction2(another: Qux)
|
||||
|
||||
expect tailrec fun tailrecFunction1()
|
||||
expect fun tailrecFunction2()
|
||||
|
||||
expect external fun externalFunction1()
|
||||
expect fun externalFunction2()
|
||||
|
||||
expect inline fun inlineFunction1() {}
|
||||
expect fun inlineFunction2() {}
|
||||
Reference in New Issue
Block a user