12 lines
159 B
Kotlin
12 lines
159 B
Kotlin
fun foo() {
|
|
out
|
|
1
|
|
[a] abstract class foof {}
|
|
abstract [a] class foof {}
|
|
|
|
out val foo = 5
|
|
[a] var foo = 4
|
|
type f = T.() -> Unit
|
|
|
|
}
|