mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
6 lines
204 B
Plaintext
Vendored
6 lines
204 B
Plaintext
Vendored
package test
|
|
|
|
public 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
|
|
}
|