Common fix for FINAL_SUPERTYPE and FINAL_UPPER_BOUND errors
This commit is contained in:
committed by
Evgeny Gerashchenko
parent
6e1e495397
commit
a887175f1a
+3
@@ -0,0 +1,3 @@
|
||||
// "Make A open" "true"
|
||||
final class A {}
|
||||
class B<T : A<caret>> {}
|
||||
Reference in New Issue
Block a user