4 lines
86 B
Kotlin
4 lines
86 B
Kotlin
namespace test
|
|
|
|
class Clock<A> where A : java.lang.Number, A : java.lang.CharSequence
|