package test fun f() {} val p = 3 private var i = 2 fun Int.plus(i: Int) = this + i class ShouldNotBeVisible1 trait ShouldNotBeVisible2