package test fun f() {} val p = 3 private var i = 2 fun Int.plus(i: Int = 1) = this + i class Class { class Nested } interface Interface