7 lines
52 B
Kotlin
Vendored
7 lines
52 B
Kotlin
Vendored
package test
|
|
|
|
class Foo() {
|
|
fun foo() {
|
|
|
|
}
|
|
} |