Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/inference/integerLiteralAsComparable.fir.txt
T
2022-06-29 16:50:05 +00:00

12 lines
361 B
Plaintext
Vendored

FILE: main.kt
public final class K<T : R|kotlin/Comparable<T>|> : R|kotlin/Any| {
public constructor<T : R|kotlin/Comparable<T>|>(t: R|T|): R|K<T>| {
super<R|kotlin/Any|>()
}
}
public final fun main(): R|kotlin/Unit| {
R|/K.K|<R|kotlin/Int|>(Int(0))
R|/JavaClass.JavaClass|<R|kotlin/Int!|>(Int(0))
}