Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
d7190af72d77e4daae1bb7c6615890b80652f28b
/
.
/
native
/
native.tests
/
testData
/
klib
/
dump-metadata
/
FunctionModifiers.txt
blob: c72b4e006016bfc897854a8f416f768694ff8976 [
file
]
package <root> {
class Foo constructor() {
fun f1()
infix fun f2(x: Int)
suspend fun f3()
tailrec fun f4()
fun f5(vararg x: Int)
operator fun plus(x: Int)
}
}