blob: 0a9c291a6a4b9007a3c578015f8a3fbabbaba97c [file]
fun test(): Int = 3
val testVal: Int = 2
class C {
fun r() {
}
}
interface I