4 lines
53 B
Kotlin
Vendored
4 lines
53 B
Kotlin
Vendored
internal class T {
|
|
var a = "abc"
|
|
var b = 10
|
|
} |