Files
kotlin-fork/compiler/testData/cli/jvm/selfUpperBoundInference.out
T
2024-02-08 12:59:31 +00:00

6 lines
284 B
Plaintext
Vendored

warning: language version 1.5 is deprecated and its support will be removed in a future version of Kotlin
compiler/testData/cli/jvm/selfUpperBoundInference.kt:40:25: warning: unchecked cast: WriterAppender.Builder1<B> to B
return this as B
^^^^
OK