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