Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
native
/
native.tests
/
testData
/
klib
/
dump-metadata
/
FunctionModifiers.kt
blob: 06a89c4026fd8461b5c99f335d7a0159fe08322e [
file
]
// FIR_IDENTICAL
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
)
{}
}