Add compiler X-flag to enable self upper bound type inference

^KT-48026 Fixed
This commit is contained in:
Victor Petukhov
2021-08-02 13:57:50 +03:00
committed by teamcityserver
parent 7567597be6
commit dc8dbad0bc
7 changed files with 76 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
compiler/testData/cli/jvm/selfUpperBoundInference.kt:40:25: warning: unchecked cast: WriterAppender.Builder1<B> to B
return this as B
^
OK