6 lines
70 B
Kotlin
Vendored
6 lines
70 B
Kotlin
Vendored
package demo
|
|
|
|
internal class Final {
|
|
internal fun test() {
|
|
}
|
|
} |