blob: f4909ee11f8fc38350894dd1a2648f093550c1dd [file]
package test
class Test {
fun test0() {}
/**
* block comment
*/
fun test1() {}
@Suppress(
"UNUSED_VARIABLE"
)
fun test2() {}
private
fun test3() {}
}