6 lines
82 B
Kotlin
6 lines
82 B
Kotlin
class C(private val field: Int) {
|
|
|
|
{
|
|
System.out.println(field)
|
|
}
|
|
} |