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) {}
}