KT-2729 Warn on 'T?' where 'T' has a nullable upper bound
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
val <T, E> T.foo : E?
|
||||
val <T, E> T.foo : E<!BASE_WITH_NULLABLE_UPPER_BOUND!>?<!>
|
||||
get() = null
|
||||
|
||||
fun test(): Int? {
|
||||
|
||||
Reference in New Issue
Block a user