fun test(): Int = 3 val testVal: Int = 2 class C { fun r() { } } interface I