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