6 lines
66 B
Kotlin
Vendored
6 lines
66 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class Aaaa() {
|
|
val bb = 1
|
|
fun bb() = 1
|
|
}
|