mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
11 lines
160 B
Kotlin
Vendored
11 lines
160 B
Kotlin
Vendored
fun foo() {
|
|
out
|
|
1
|
|
@a abstract class foof {}
|
|
abstract @a class foof {}
|
|
|
|
out val foo = 5
|
|
@a var foo = 4
|
|
typealias f = T.() -> Unit
|
|
}
|