Add kotlin.external annotation and deprecate kotlin.jvm.native
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import kotlin.jvm.*
|
||||
|
||||
native fun <<!REIFIED_TYPE_PARAMETER_NO_INLINE!>reified<!> T> foo()
|
||||
<!NATIVE_DECLARATION_CANNOT_BE_INLINED!>inline native fun <reified T> bar()<!>
|
||||
external fun <<!REIFIED_TYPE_PARAMETER_NO_INLINE!>reified<!> T> foo()
|
||||
<!EXTERNAL_DECLARATION_CANNOT_BE_INLINED!>inline external fun <reified T> bar()<!>
|
||||
Reference in New Issue
Block a user