blob: e841d262004b773d7f4b969c9b8a0c7468372538 [file] [log] [blame]
package test
fun f() {}
val p = 3
private var i = 2
fun Int.plus(i: Int = 1) = this + i
class ShouldNotBeVisible1
interface ShouldNotBeVisible2