blob: 4cd9e032359e0e542211dcab1e80abc179fbee97 [file] [log] [blame]
internal class F {
var i: Int? = 0
fun f1() {}
fun f2() {}
fun f3() {}
}