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