7 lines
83 B
Kotlin
Vendored
7 lines
83 B
Kotlin
Vendored
internal class C(x: String) {
|
|
var x: Any
|
|
|
|
init {
|
|
this.x = x
|
|
}
|
|
} |