drop BASE_WITH_NULLABLE_UPPER_BOUND

This commit is contained in:
Michael Nedzelsky
2015-10-14 19:15:08 +03:00
parent ced1edcf98
commit 57205f5721
24 changed files with 23 additions and 46 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
val <T> T.foo : T<!BASE_WITH_NULLABLE_UPPER_BOUND!>?<!>
val <T> T.foo : T?
get() = null
fun test(): Int? {