5 lines
51 B
Kotlin
Vendored
5 lines
51 B
Kotlin
Vendored
class Dup {
|
|
fun Dup() : Unit {
|
|
this@Dup
|
|
}
|
|
} |