mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
package test
|
|
|
|
internal final class Clock</*0*/ A : java.lang.Number> where A : java.io.Serializable {
|
|
/*primary*/ public constructor Clock</*0*/ A : java.lang.Number>() where A : java.io.Serializable
|
|
}
|