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