mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
12 lines
164 B
Kotlin
12 lines
164 B
Kotlin
fun foo() {
|
|
out
|
|
1
|
|
[a] abstract class foof {}
|
|
abstract [a] class foof {}
|
|
|
|
out val foo = 5
|
|
[a] var foo = 4
|
|
typealias f = T.() -> Unit
|
|
|
|
}
|