Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
multiplatform
/
incompatibleFunctions
/
common.kt
blob: 6cf28f9c0eb85a6e8d45dc433e5e155d7c27f2ca [
file
] [
log
] [
blame
]
expect infix fun
Int
.
plus
(
s
:
CharSequence
):
Int
expect
operator
fun
Double
.
times
(
x
:
CharArray
)
expect external fun f1
()
expect
inline
fun f2
()
expect tailrec fun f3
()