5 lines
49 B
Kotlin
Vendored
5 lines
49 B
Kotlin
Vendored
class A {
|
|
val a: Int = 10
|
|
fun x() = 10
|
|
}
|