Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba7408d3d74ab8d6daab9b9264946a35f2ae9dca
/
.
/
native
/
native.tests
/
testData
/
klib
/
dump-metadata
/
FunctionModifiers.kt
blob: c0764a6d9b8d4c78bae1b856cb8909a1ff140e56 [
file
]
class
Foo
{
fun f1
()
{}
infix fun f2
(
x
:
Int
)
{}
suspend fun f3
()
{}
operator
fun plus
(
x
:
Int
)
{}
tailrec fun f4
()
{}
fun f5
(
vararg x
:
Int
)
{}
}