7 lines
76 B
Kotlin
7 lines
76 B
Kotlin
class C(x: String) {
|
|
public var x: Any
|
|
|
|
{
|
|
this.x = x
|
|
}
|
|
} |