6 lines
57 B
Kotlin
Vendored
6 lines
57 B
Kotlin
Vendored
package test
|
|
|
|
class First {
|
|
private fun foo() = 42
|
|
}
|