mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
11 lines
57 B
Kotlin
Vendored
11 lines
57 B
Kotlin
Vendored
package p
|
|
|
|
class <caret>A {
|
|
|
|
}
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
|
|
val x = 1 |