Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/class/ClassParamUpperInterfaceBound.txt
T
2019-04-23 11:51:05 +03:00

5 lines
118 B
Plaintext
Vendored

public final class Clock<A : R|java/io/Serializable|> : R|kotlin/Any| {
public constructor(): R|test/Clock<A>|
}